Merge origin/develop into feat/no-code-cms
Bring CMS/event branch up to date with develop. Net incoming change is the CI deploy runner config (install rsync/openssh); all other develop history was already present via shared kristijan-dev lineage. Meet Student Slovenia 2026 remains on this branch only (unpublished). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
5863c295b7
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue