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 - name: Deploy to server via deploy script
run: | run: |
ls ls -a
ls ./.gitea ls .gitea/scripts/
ls ./.gitea/scripts/ chmod +x .gitea/scripts/deploy-backend.sh
chmod +x ./.gitea/scripts/deploy-backend.sh #.gitea/scripts/deploy-backend.sh ${{ gitea.actor }} ${{ vars.REGISTRY_URL }} my-app-backend v1.0.0
#./scripts/deploy-backend.sh ${{ gitea.actor }} ${{ vars.REGISTRY_URL }} my-app-backend v1.0.0 .gitea/scripts/deploy-backend.sh
./.gitea/scripts/deploy-backend.sh