Skip to content

Commit

Permalink
Run templ generate
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Sep 3, 2024
1 parent 077e5b9 commit 75bedd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
AZURE_VM_IP: ${{ secrets.AZURE_VM_IP }}
AZURE_VM_SSH_KEY: ${{ secrets.AZURE_VM_SSH_KEY }}
run: |
go mod tidy
templ generate
go build -o phinvads-go ./cmd/phinvads-go
scp -i <(echo "$AZURE_VM_SSH_KEY") ./phinvads-go azureuser@${AZURE_VM_IP}:/home/azureuser/phinvads-go
Expand Down

0 comments on commit 75bedd9

Please sign in to comment.