From 54df1d7126112a894e6ace6cd5a94c5c9cc92e4f Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 21 Feb 2025 13:25:15 +0000 Subject: [PATCH] Feat. Removing deploy_user from nix-build_deploy Signed-off-by: Eoghan Conlon --- nix-build_deploy/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/nix-build_deploy/action.yml b/nix-build_deploy/action.yml index d52f864..6c8a45d 100644 --- a/nix-build_deploy/action.yml +++ b/nix-build_deploy/action.yml @@ -10,7 +10,6 @@ runs: repository: ${{ gitea.repository }} ref_name: ${{ gitea.ref_name }} - run: build.sh - - uses: https://forgejo.skynet.ie/Skynet/actions/deploy_user@v6 with: ssh_key: ${{ secrets.SSH_KEY }} username: ${{ env.GITHUB_REPOSITORY_OWNER }}