only deploy on tag

This commit is contained in:
cupcakearmy 2020-01-04 17:17:24 +01:00
parent 78f9874ace
commit b425bce2a7
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,5 @@ steps:
- docker-compose -f docker-compose.prod.yml down
- docker-compose -f docker-compose.prod.yml up -d
when:
event: push
event: tag
branch: master