chore: add python virtual env path
Some checks failed
Deploy / Prepare Build (push) Failing after 1m10s
Some checks failed
Deploy / Prepare Build (push) Failing after 1m10s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user