5 Commits

Author SHA1 Message Date
8f5c56b689 Update .gitea/workflows/be-img-build-and-push.yaml
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
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
Full Build and Docker Push Workflow / Builder (pull_request) Failing after 2m12s
2026-01-08 16:28:50 +00:00
c30302b924 cp
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 1m37s
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
2025-11-07 15:19:14 +01:00
f1c04a68fb cp
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 1m46s
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
2025-11-07 15:04:22 +01:00
532dc6d684 extend deploy step
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 1m32s
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
2025-11-07 11:00:36 +01:00
1b829e85f0 extend deploy step
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
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
Full Build and Docker Push Workflow / Builder (pull_request) Successful in 4m20s
2025-11-07 10:47:28 +01:00
2 changed files with 90 additions and 103 deletions

View File

@ -87,16 +87,3 @@ jobs:
docker images
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
run: |
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

View File

@ -2,7 +2,7 @@
set -e # Exit immediately if a command exits with a non-zero status
docker compose -f docker-compose-dev.yml down --remove-orphans --volumes
docker compose -f ../../../docker/docker-compose-dev.yml down --remove-orphans --volumes
docker system prune -f