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 1m57s
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
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 1m57s
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:
@ -89,6 +89,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy to server via deploy script
|
- name: Deploy to server via deploy script
|
||||||
run: |
|
run: |
|
||||||
|
ls -a
|
||||||
chmod +x ./scripts/deploy-backend.sh
|
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 ${{ gitea.actor }} ${{ vars.REGISTRY_URL }} my-app-backend v1.0.0
|
||||||
./scripts/deploy-backend.sh
|
./scripts/deploy-backend.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user