Actually link the external actions
Some checks failed
Deploy to Web Server / deploy (push) Failing after 1m18s

This commit is contained in:
Aria 2025-05-11 21:08:50 +10:00
parent 06c376ca3f
commit ad149cfce5
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
uses: https://github.com/shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
name: aria-coffee-deploy # optional
@ -21,10 +21,10 @@ jobs:
if_key_exists: fail
- name: Install pnpm
uses: pnpm/action-setup@v4
uses: https://github.com/pnpm/action-setup@v4
- name: Install Node.js
uses: actions/setup-node@v4
uses: https://github.com/actions/setup-node@v4
with:
node-version: 23
cache: 'pnpm'