Publish CMS foundation + 2025–2026 events/content (excludes MSS 2026) #18

Merged
popovskik merged 17 commits from release/publish-cms-content into master 2026-08-25 22:18:43 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 5863c295b7 - Show all commits

View File

@ -27,6 +27,9 @@ jobs:
- name: Deploy to Server via rsync - name: Deploy to Server via rsync
run: | run: |
sudo apt-get update -qq
sudo apt-get install -y -qq rsync openssh-client
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa