ls script
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Has been skipped
checks / Set up Java for Backend Tests and Build (push) Has been skipped
Full Build and Docker Push Workflow / Builder (pull_request) Failing after 1m45s
Gitea Actions Demo / Explore Gitea Actions - 2 (pull_request) Has been skipped
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Has been skipped
checks / Set up Java for Backend Tests and Build (pull_request) Has been skipped

This commit is contained in:
Patrick
2025-11-04 19:58:53 +01:00
parent 0272db8933
commit fa4e2d15f9

View File

@ -89,9 +89,8 @@ jobs:
- name: Deploy to server via deploy script
run: |
ls
ls ./.gitea
ls ./.gitea/scripts/
chmod +x ./.gitea/scripts/deploy-backend.sh
#./scripts/deploy-backend.sh ${{ gitea.actor }} ${{ vars.REGISTRY_URL }} my-app-backend v1.0.0
./.gitea/scripts/deploy-backend.sh
ls -a
ls .gitea/scripts/
chmod +x .gitea/scripts/deploy-backend.sh
#.gitea/scripts/deploy-backend.sh ${{ gitea.actor }} ${{ vars.REGISTRY_URL }} my-app-backend v1.0.0
.gitea/scripts/deploy-backend.sh