9
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 3s
Build and Deploy Scheduler / build_image (push) Successful in 1m15s
Build and Deploy Scheduler / deploy (push) Failing after 1s

This commit is contained in:
teddys48
2026-02-12 14:35:43 +07:00
parent 4f2dc5110f
commit eb1d6daf2c

View File

@@ -39,10 +39,16 @@ jobs:
runs-on: host
needs: build_image
steps:
- name: Clone repo
# - name: Clone repo
# run: |
# git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
# git checkout ${{ gitea.ref_name }}
- name: Prepare env for compose
run: |
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }}
echo "REGISTRY=$REGISTRY" > .env
echo "IMAGE_NAME=$IMAGE_NAME" >> .env
echo "TAG=${{ gitea.run_number }}" >> .env
cat .env
- name: Deploy stack
run: |