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:
|
||||
stage: deploy
|
||||
only:
|
||||
- master@pleroma/docs
|
||||
script:
|
||||
- apk update && apk add openssh-client rsync
|
||||
- mkdir -p ~/.ssh
|
||||
|
|
Reference in a new issue