oh lol
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This commit is contained in:
2025-07-29 20:48:34 -04:00
parent df50dd69c4
commit 05caf7d208

View File

@@ -13,7 +13,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
with:
path: "${{ vars.STORAGE_PATH }}"
fetch-depth: 0
- name: Deploy
@@ -25,4 +24,4 @@ jobs:
ssh-add <(echo "${{ secrets.SSH_KEY }}")
echo "HOST *" > ~/.ssh/config
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
./.gitea/scripts/deploy_containers.sh "${{ github.event.before }}" "${{ github.sha }}"
./scripts/deploy_containers.sh "${{ github.event.before }}" "${{ github.sha }}"