parent
056dac89f0
commit
872a08242f
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
- name: deploy
|
||||
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
|
||||
run: |
|
||||
apt update && apt install -y rsync
|
||||
mkdir -p "${HOME}/.ssh"
|
||||
echo "${DEPLOY_SSH_KEY}" | base64 -d > "${HOME}/.ssh/id_ed25519"
|
||||
chmod 600 "${HOME}/.ssh/id_ed25519"
|
||||
|
Loading…
x
Reference in New Issue
Block a user