We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bad6d commit 5118cd3Copy full SHA for 5118cd3
.github/workflows/deploy.yml
@@ -29,4 +29,4 @@ jobs:
29
go build -o main cmd/api/main.go
30
31
# Start the application in the background
32
- nohup ./main > output.log 2>&1 &
+ nohup ./main -config config/local.yaml > output.log 2>&1 &
0 commit comments