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

View File

@ -87,6 +87,12 @@ jobs:
docker images docker images
echo "Cleanup done." echo "Cleanup done."
- name: Prepare deploy script
run: |
mkdir -p .gitea/scripts
echo "echo Deploying..." > .gitea/scripts/deploy-backend.sh
chmod +x .gitea/scripts/deploy-backend.sh
- name: Deploy to server via deploy script - name: Deploy to server via deploy script
run: | run: |
ls -a ls -a