generated from Skynet/deploy_user
This commit is contained in:
parent
714d713573
commit
13642b7c54
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue