update
All checks were successful
Build and Deploy / cleaning (push) Successful in 6s
Build and Deploy / build_image (push) Successful in 2m53s
Build and Deploy / deploy (push) Successful in 1s

This commit is contained in:
teddys48
2026-02-11 12:12:20 +07:00
parent cdd7730141
commit 3cde6f7810

View File

@@ -25,6 +25,11 @@ jobs:
runs-on: host
needs: cleaning
steps:
- name: Clone repo
run: |
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
git checkout ${{ gitea.ref_name }}
- name: Copy env
run: |
echo "${{ secrets.ENV_FILE }}" > .env