deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2026-06-23 00:54:51 +03:00
parent 2bdfa27624
commit 6f55ebb99c
+2 -1
View File
@@ -10,7 +10,8 @@ jobs:
- run: echo "🏗️ Creating secrets..."
- name: 🧼 Cleaning ref name
run: |
CLEAN_REF_NAME=${GITEA_REF_NAME//\//-}
ORIGINAL_REF_NAME="${{ gitea.ref_name }}"
CLEAN_REF_NAME=${ORIGINAL_REF_NAME//\//-}
echo "Clean ref name: $CLEAN_REF_NAME"
- name: Execute Remote SSH Commands
uses: appleboy/ssh-action@v1.0.3