AmericanWhitewater / wh2o-vue

Interactive map and guide for whitewater rivers in North America
https://wh2o-vue.netlify.app/
9 stars 1 forks source link

Move Vue Jenkins Build Script to Source Control #522

Closed ngottlieb closed 1 year ago

ngottlieb commented 1 year ago

Jenkins builds the vue app and copies it into the Laravel app file structure. The script in question is just stored in Jenkins right now and should be moved to a server_conf/jenkins folder within the repository.

ngottlieb commented 1 year ago

requires changing Jenkins build scripts to:

set -e
cd /var/www/aw-vue
./server_conf/jenkins/deploy.sh | tee last-deploy.log

for "deploy"

ngottlieb commented 1 year ago

tested and functional on beta, just waiting to release to production pending another task that is awaiting testing.

ngottlieb commented 1 year ago

on prod and working with the new build script