Deploy only on master
This commit is contained in:
parent
a960738254
commit
3cf04f20a9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue