deployment

This commit is contained in:
cupcakearmy 2020-01-08 16:36:21 +01:00
parent cf662aaed7
commit 06390e4ed5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ steps:
- ./public
commands:
- docker-compose -f docker-compose.prod.yml build
- docker-compose -f docker-compose.prod.yml down
- docker-compose -f docker-compose.prod.yml up -d
when:
event: push