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 221 additions and 73 deletions
Showing only changes of commit fe1b906416 - Show all commits

View File

@ -89,6 +89,7 @@ jobs:
- name: Deploy to server via deploy script
run: |
ls -a
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