Publish CMS foundation + 2025–2026 events/content (excludes MSS 2026) #18
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
|
||||
- name: Deploy to Server via rsync
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -y -qq rsync openssh-client
|
||||
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
|
|
|
|||
Loading…
Reference in New Issue