only run CI on master

master
Tomáš Mládek 2021-04-09 17:49:02 +02:00
parent b6fcd09a3b
commit 88dcb89ca7
1 changed files with 3 additions and 0 deletions

View File

@ -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