Deploy only on master

This commit is contained in:
rinpatch 2019-10-03 09:04:17 +03:00
parent a960738254
commit 3cf04f20a9

View file

@ -20,6 +20,8 @@ fetch-and-build:
deploy: deploy:
stage: deploy stage: deploy
only:
- master@pleroma/docs
script: script:
- apk update && apk add openssh-client rsync - apk update && apk add openssh-client rsync
- mkdir -p ~/.ssh - mkdir -p ~/.ssh