dstults / teachersFirst

A student-teacher class tracking MVC web app made in Java/Maven/Freemarker/MariaDB
0 stars 0 forks source link

Set up Jenkins, deploy to "dev"/demo server #206

Closed dstults closed 3 years ago

dstults commented 3 years ago

Requires #205 to be fixed first

dstults commented 3 years ago

Sample echo-to-file to get started with deployment script in light of jenkins not having a built-in editor:

echo '#!/bin/bash' > deploy.sh
echo 'echo SCRIPT: Deploying to [ $1.funteachers.org ] ...' >> deploy.sh
echo 'echo SCRIPT: Deployment complete!' >> deploy.sh

Have jenkins run shell command of "../deploy.sh " + $GIT_BRANCH