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