Skip to content

Commit

Permalink
cicd: 🏗️ updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
T0mAlexander committed Sep 14, 2023
1 parent e1f9b42 commit 6eccf6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/EC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
export DB_NAME=${{ secrets.DB_NAME }}
export DB_PORT=${{ secrets.DB_PORT }}
export PORT=8000
go build -v main.go
chmod +x main
nohup ./main > nohup.out 2> nohup.err < /dev/null &

0 comments on commit 6eccf6b

Please sign in to comment.