Trying deploy 2
Some checks failed
Production Build and Deploy / Build (push) Successful in 1m18s
Production Build and Deploy / Deploy (push) Failing after 7s

This commit is contained in:
Liviu Burcusel 2025-12-15 13:47:22 +01:00
parent f6823579e9
commit 3da0ba2e35
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -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 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 }} docker image push ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.CONTAINER_NAME }}:${{ steps.prepare-env.outputs.VERSION }}
- name: Server deploy - name: Server deploy
uses: https://github.com/appleboy/ssh-action@v1 uses: https://git.burcusel.nl/public/ssh-action@v1
with: with:
host: ${{ secrets.DEPLOY_HOST }} host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }} username: ${{ secrets.DEPLOY_USER }}