Clone repo after installing node
All checks were successful
/ deploy (push) Successful in 2m4s

This commit is contained in:
Sergio Durigan Junior 2024-09-08 19:04:16 -04:00
parent bb9b77331d
commit 46f894adb3
Signed by: sergiodj
GPG key ID: D0EB762865FC5E36

View file

@ -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 }}