Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Sep 4, 2024
1 parent b702d21 commit ea43406
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ jobs:
AZURE_VM_IP: ${{ secrets.AZURE_VM_IP }}
AZURE_VM_SSH_KEY: ${{ secrets.AZURE_VM_SSH_KEY }}
run: |
echo 1
install -m 600 -D /dev/null ~/.ssh/phinvads-go
echo 2
echo "${{ secrets.AZURE_VM_SSH_KEY }}" > ~/.ssh/phinvads-go
ssh-keyscan -H $AZURE_VM_IP > ~/.ssh/known_hosts
echo 3
ssh-keyscan -H $AZURE_VM_IP >> ~/.ssh/known_hosts
echo 4
go install github.com/a-h/templ/cmd/templ@latest
templ generate
go build -o phinvads-go ./cmd/phinvads-go
Expand Down

0 comments on commit ea43406

Please sign in to comment.