Update .gitlab-ci.yml

This commit is contained in:
Jason Wall 2020-12-01 22:46:57 +00:00
parent 913d866e68
commit 261eac2011

View File

@ -27,6 +27,7 @@ test:
deploy-staging:
stage: staging
script:
- cd ./src
- make deploy-staging
rules:
- if: '$CI_COMMIT_BRANCH == "main"'