Skip to content

Commit

Permalink
testing failure with deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabite-pro committed Aug 9, 2024
1 parent 9e87a25 commit 7884d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: python3-virtualenv/bin/pip install -r requirements.txt

- name: Run Tests
run: ./run_tests.sh
run: ./run_test.sh

deploy:
name: "Deploy to VPS"
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Configure SSH
run: |
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/deploy-key.pem
echo "$SSH_PRIVATE_KEYS" > ~/.ssh/deploy-key.pem
chmod 600 ~/.ssh/deploy-key.pem
cat >> ~/.ssh/config <<END
Host my-vps
Expand Down

0 comments on commit 7884d3c

Please sign in to comment.