only run CI on master
This commit is contained in:
parent
b6fcd09a3b
commit
88dcb89ca7
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ build site:
|
|||
deploy site:
|
||||
image: instrumentisto/rsync-ssh
|
||||
stage: deploy
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
script:
|
||||
- mkdir ~/.ssh
|
||||
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
||||
|
|
Loading…
Reference in a new issue