chore: add python virtual env path
Some checks failed
Deploy / Prepare Build (push) Failing after 14s
Some checks failed
Deploy / Prepare Build (push) Failing after 14s
This commit is contained in:
@ -27,6 +27,6 @@ jobs:
|
|||||||
echo "StrictHostKeyChecking no" >> ~/.ssh/config
|
echo "StrictHostKeyChecking no" >> ~/.ssh/config
|
||||||
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.vault_password.txt
|
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.vault_password.txt
|
||||||
echo "nameserver 10.10.10.1" > /etc/resolv.conf
|
echo "nameserver 10.10.10.1" > /etc/resolv.conf
|
||||||
ping google.com -c1
|
curl -I https://google.com.com
|
||||||
ansible-galaxy install oefenweb.fail2ban
|
ansible-galaxy install oefenweb.fail2ban
|
||||||
#./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"
|
#./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"
|
||||||
|
Reference in New Issue
Block a user