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 1m49s
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:47:45 +01:00
parent 751413a90a
commit 0272db8933

View File

@ -89,8 +89,9 @@ jobs:
- name: Deploy to server via deploy script
run: |
ls .gitea
ls .gitea/scripts/
chmod +x .gitea/scripts/deploy-backend.sh
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
./.gitea/scripts/deploy-backend.sh