-
Notifications
You must be signed in to change notification settings - Fork 1
App Redeployment
Paul Jerrold Biglete edited this page Jun 1, 2020
·
8 revisions
A puppet agent polls for a change in the dzdb-web repository every 5 minutes when it detects a change to the respective branch, it will then redeploy the application.
A script that redeploys the application. (make docker --> docker-compose up)
app-redeploy.sh dzdb-web [dev/test/prod]
For use on dzdb web's dev node:
app-redeploy.sh dzdb-web dev
For use on dzdb web's test node:
app-redeploy.sh dzdb-web test
For use on dzdb web's prod node:
app-redeploy.sh dzdb-web prod