Update .forgejo/workflows/push.yaml
Some checks failed
On_Push / build (push) Failing after 8m33s

This commit is contained in:
silver 2024-09-23 19:10:18 +00:00
parent 714d713573
commit 13642b7c54

View file

@ -15,14 +15,12 @@ jobs:
# get the repo first # get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
# Make sure all files are pulled down # Make sure all files are pulled down
- name: "Get LFS objects" - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v6
uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v6
with: with:
repository: ${{ gitea.repository }} repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }} ref_name: ${{ gitea.ref_name }}
# temp one just to get it "built" # temp one just to get it "built"
- name: "Deploy" - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v5
with: with:
ssh_key: ${{ secrets.SSH_KEY }} ssh_key: ${{ secrets.SSH_KEY }}
folder: "src" folder: "src"