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