Skip to content

Commit

Permalink
testing success workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabite-pro committed Aug 9, 2024
1 parent 7884d3c commit 966e0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Configure SSH
run: |
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEYS" > ~/.ssh/deploy-key.pem
echo "$SSH_PRIVATE_KEY" > ~/.ssh/deploy-key.pem
chmod 600 ~/.ssh/deploy-key.pem
cat >> ~/.ssh/config <<END
Host my-vps
Expand Down

0 comments on commit 966e0dc

Please sign in to comment.