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 fa4e2d15f9 - Show all commits

View File

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