Skip to content

Commit

Permalink
fix: 💚 add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
agomezjuan committed Mar 24, 2024
1 parent ccfebae commit 84a6bf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Install Railway
run: bash <(curl -fsSL cli.new)

- name: Build the Go app
run: |
cd cmd/server
go build -v -o api
- name: Deploy to Railway
run: railway up --service ${{ secrets.RAILWAY_SERVICE }}
env:
Expand Down

0 comments on commit 84a6bf9

Please sign in to comment.