This commit is contained in:
cupcakearmy 2020-01-05 17:52:47 +01:00
parent 818fcca3e5
commit 1fcf7321d3

View File

@ -31,7 +31,7 @@ steps:
- ./public - ./public
commands: commands:
- docker-compose -f docker-compose.prod.yml build - docker-compose -f docker-compose.prod.yml build
- docker-copmose -f docker-compose.prod.yml restart front - docker-compose -f docker-compose.prod.yml up -d
when: when:
event: push event: push
branch: master branch: master