This commit is contained in:
parent
bb9b77331d
commit
46f894adb3
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: debian-testing-slim
|
runs-on: debian-testing-slim
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
|
||||||
- name: Update system and install deps
|
- name: Update system and install deps
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y hugo rsync openssh-client
|
apt-get install -y hugo rsync openssh-client nodejs
|
||||||
|
- name: Clone repository
|
||||||
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
env:
|
env:
|
||||||
SSH_KEY: ${{ secrets.ssh_key }}
|
SSH_KEY: ${{ secrets.ssh_key }}
|
||||||
|
|
Loading…
Reference in a new issue