ci: update prod deployment rule

This commit is contained in:
Dan Anglin 2020-09-23 21:50:43 +01:00
parent 9b7e3f3955
commit e921bdb7d4
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -44,7 +44,7 @@ deploy:production:
name: ${PLEROMA_ENVIRONMENT}
url: https://fedi.dananglin.me.uk
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_PATH == "dananglin/pleroma-free-flow"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PROJECT_PATH == "dananglin/pleroma-platform"'
when: always
script:
- "make pleroma"