diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index a5e2222..f501f6b 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -9,21 +9,20 @@ on: jobs: build: - # build it using teh base nixos system, helps with caching - runs-on: nix + runs-on: docker steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 # Make sure all files are pulled down - - name: "Get LFS objects" - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 + - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v6 with: repository: ${{ gitea.repository }} ref_name: ${{ gitea.ref_name }} # 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@v6 with: ssh_key: ${{ secrets.SSH_KEY }} + username: ${{ env.GITHUB_REPOSITORY_OWNER }} folder: "src" + # uncomment below if you want to deploy to a subfolder #destination: "subfolder" \ No newline at end of file