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

View File

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