add deploy step and script

This commit is contained in:
Patrick
2025-11-04 19:20:32 +01:00
parent 969ede75b1
commit a6059faeea
3 changed files with 209 additions and 1 deletions

View File

@ -84,5 +84,11 @@ jobs:
run: |
docker images -a
docker system prune -f
docker images
echo "Cleanup done."
- name: Deploy to server via deploy script
run: |
chmod +x ./scripts/deploy-backend.sh
#./scripts/deploy-backend.sh ${{ gitea.actor }} ${{ vars.REGISTRY_URL }} my-app-backend v1.0.0
./scripts/deploy-backend.sh