ls script
All checks were successful
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) Successful in 1m59s
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
All checks were successful
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) Successful in 1m59s
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:
@ -87,6 +87,12 @@ jobs:
|
|||||||
docker images
|
docker images
|
||||||
echo "Cleanup done."
|
echo "Cleanup done."
|
||||||
|
|
||||||
|
- name: Prepare deploy script
|
||||||
|
run: |
|
||||||
|
mkdir -p .gitea/scripts
|
||||||
|
echo "echo Deploying..." > .gitea/scripts/deploy-backend.sh
|
||||||
|
chmod +x .gitea/scripts/deploy-backend.sh
|
||||||
|
|
||||||
- name: Deploy to server via deploy script
|
- name: Deploy to server via deploy script
|
||||||
run: |
|
run: |
|
||||||
ls -a
|
ls -a
|
||||||
|
|||||||
Reference in New Issue
Block a user