Skip to content

Commit

Permalink
Fix dir for identity file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Sep 4, 2024
1 parent 60427fc commit 587ca06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
AZURE_VM_SSH_KEY: ${{ secrets.AZURE_VM_SSH_KEY }}
run: |
install -m 600 -D /dev/null ~/.ssh/phinvads-go
whoami
ls /home -lah
echo "${{ secrets.AZURE_VM_SSH_KEY }}" > ~/.ssh/phinvads-go
echo "IdentityFile /home/azureuser/.ssh/phinvads-go" >> ~/.ssh/config
echo "IdentityFile /home/runner/.ssh/phinvads-go" >> ~/.ssh/config
- name: Build phinvads-go
run: |
Expand Down

0 comments on commit 587ca06

Please sign in to comment.