fixed github actions url
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after -9s

This commit is contained in:
Sam Tate 2024-08-28 00:20:49 +01:00
parent 3541b1514b
commit 80efd745eb

View file

@ -27,13 +27,13 @@ jobs:
node-version: 18 node-version: 18
- name: Setup Rsync - name: Setup Rsync
uses: GuillaumeFalourd/setup-rsync@v1.2 uses: https://github.com/GuillaumeFalourd/setup-rsync@v1.2
- name: Build site - name: Build site
run: npm run build run: npm run build
- name: Install SSH Key - name: Install SSH Key
uses: shimataro/ssh-key-action@v2 uses: https://github.com/shimataro/ssh-key-action@v2
with: with:
key: ${{ secrets.SSH_PRIVATE_KEY }} key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: 'placeholder' # to make it work known_hosts: 'placeholder' # to make it work