Skip to content

Commit

Permalink
update: github action port
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrest1 committed Feb 6, 2024
1 parent 0004562 commit 1ce644d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
go-version: 1.21.5

- name: Build
run: |
echo ${{ secrets.PORT }}
go build -o main
run: go build -o main

- name: Run Application
run: |
echo "PORT=${{ secrets.PORT }}"
./main
env:
PORT: ${{ secrets.PORT }}
Expand Down

0 comments on commit 1ce644d

Please sign in to comment.