From b8c3870c10c8ee6b47e799b1e189a785f789b054 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 31 Aug 2025 15:50:28 +1000 Subject: [PATCH] chore: add python virtual env path --- .gitea/workflows/deploy-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-containers.yml b/.gitea/workflows/deploy-containers.yml index 295edd6..8c20dc5 100644 --- a/.gitea/workflows/deploy-containers.yml +++ b/.gitea/workflows/deploy-containers.yml @@ -27,6 +27,6 @@ jobs: echo "StrictHostKeyChecking no" >> ~/.ssh/config echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.vault_password.txt echo "nameserver 10.10.10.1" > /etc/resolv.conf - ping google.com -c1 + curl -I https://google.com.com ansible-galaxy install oefenweb.fail2ban #./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"