Fix pipelines

This commit is contained in:
Karl Cordes 2020-08-10 21:24:42 +10:00
parent 1e42011c25
commit b6e5c68159

View file

@ -27,7 +27,7 @@ deploy_production:
- git pull origin master - git pull origin master
- cp /home/cmc/cmc-sales/userpasswd /home/cmc/userpasswd - cp /home/cmc/cmc-sales/userpasswd /home/cmc/userpasswd
- echo "Run the new docker image" - echo "Run the new docker image"
- /home/cmc/cmc-sales/run_docker.sh - /home/cmc/cmc-sales/run_docker_prd.sh
environment: environment:
name: production name: production
when: manual when: manual