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