We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9926cda commit 469e8f2Copy full SHA for 469e8f2
.github/workflows/deploy.yml
@@ -24,6 +24,8 @@ jobs:
24
25
# Stop the current process
26
sudo pkill main || true
27
+ sudo fuser -k 8080/tcp || true
28
+ sleep 2
29
30
# Build the application
31
go build -o main cmd/api/main.go
0 commit comments