chore: add python virtual env path
Some checks failed
Deploy / Prepare Build (push) Failing after 1m10s

This commit is contained in:
2025-08-31 15:43:43 +10:00
parent a74f1b55f6
commit ccd7b2a385

View File

@ -17,6 +17,7 @@ jobs:
- name: Deploy containers
run: |
export PATH="/opt/venv/bin:$PATH"
mkdir -p ~/.ssh
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts