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

This commit is contained in:
2026-06-23 00:57:28 +03:00
parent 6f55ebb99c
commit 2a47f28465
+1
View File
@@ -13,6 +13,7 @@ jobs:
ORIGINAL_REF_NAME="${{ gitea.ref_name }}"
CLEAN_REF_NAME=${ORIGINAL_REF_NAME//\//-}
echo "Clean ref name: $CLEAN_REF_NAME"
echo "CLEAN_REF_NAME=$CLEAN_REF_NAME" >> $GITEA_ENV
- name: Execute Remote SSH Commands
uses: appleboy/ssh-action@v1.0.3
with: