Skip to content

Commit

Permalink
fix: git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Nov 6, 2022
1 parent a3fadbe commit 8502675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
git reset --hard origin/master &&
git pull origin master &&
go build -o bin/iecare src/cmd/main.go &&
bash -c "nohup ./bin/iecare > /dev/null 2>&1 &"
./bin/iecare & exit 0
'

0 comments on commit 8502675

Please sign in to comment.