feature/setup-workflow-pipeline: add deploy step and script #4

Merged
chimeudeonwop merged 8 commits from feature/setup-workflow-pipeline into main 2025-11-07 09:23:28 +00:00
4 changed files with 222 additions and 73 deletions
Showing only changes of commit 751413a90a - Show all commits

View File

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