initiall rsync
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
|||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Deploy to Synology
|
- name: Deploy to Synology
|
||||||
run: |
|
run: |
|
||||||
|
apt-get update && apt-get install -y rsync openssh-client
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
|
echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
|
|||||||
Reference in New Issue
Block a user