Compare commits

..

4 commits

View file

@ -2,6 +2,7 @@ on:
push:
branches:
- main
- add_ci
jobs:
build:
@ -30,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/