This commit is contained in:
parent
6e5adeae7d
commit
96e75eb3b2
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ jobs:
|
|||
echo "${{ secrets.SSH_KNOWN_HOSTS_FILE }}" > ./known_hosts
|
||||
|
||||
- name: Upload styleguide
|
||||
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref_name == 'main'
|
||||
if: (github.event_name == 'push' || github.event_name == 'schedule') && (github.ref_name == 'main' || github.ref_name == 'add_ci')
|
||||
run: |
|
||||
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" styleguide/ eh22-styleguide-deploy@eh22-wiki-intern.hamburg.ccc.de:/var/www/eh22-styleguide/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue