From 3da0ba2e35ceb85713b32aa681f34c86088c428d Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 15 Dec 2025 13:47:22 +0100 Subject: [PATCH] Trying deploy 2 --- .forgejo/workflows/production-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/production-build.yml b/.forgejo/workflows/production-build.yml index f62923c..c259f3f 100644 --- a/.forgejo/workflows/production-build.yml +++ b/.forgejo/workflows/production-build.yml @@ -101,7 +101,7 @@ jobs: docker image tag ${{ env.CONTAINER_NAME }}:latest ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.CONTAINER_NAME }}:${{ steps.prepare-env.outputs.VERSION }} docker image push ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.CONTAINER_NAME }}:${{ steps.prepare-env.outputs.VERSION }} - name: Server deploy - uses: https://github.com/appleboy/ssh-action@v1 + uses: https://git.burcusel.nl/public/ssh-action@v1 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USER }}