Merge branch 'master' into computer-backup-forms

This commit is contained in:
Andreas Zweili 2020-07-20 18:34:54 +02:00
commit a8e531045c

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
stages:
- deploy
deploy-to-prod:
stage: deploy
script:
- ssh $STAGE_SERVER_USER@$STAGE_SERVER_IP "cd /home/localadmin/network_inventory;docker-compose pull;docker-compose up --build -d"
only:
- master