Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 46ac7b0

Browse files
committed
250330 Fix deploy workflow
1 parent df098b7 commit 46ac7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/first-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
with:
3636
command: |
3737
export DEBIAN_FRONTEND=noninteractive
38-
sudo apt-get install -y python${{env.PYTHON}}-pip python${{env.PYTHON}}-venv
38+
sudo apt-get install -y python3-pip python3-venv
3939
pip --version
40-
40+
source ${{env.REPO_NAME}}/source/bin/activate
4141
host: ${{ secrets.VPS_IP }}
4242
user: ${{ secrets.VPS_USER }}
4343
key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)