Skip to content

Commit 5118cd3

Browse files
committed
update cicd acc to project
1 parent 32bad6d commit 5118cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
go build -o main cmd/api/main.go
3030
3131
# Start the application in the background
32-
nohup ./main > output.log 2>&1 &
32+
nohup ./main -config config/local.yaml > output.log 2>&1 &

0 commit comments

Comments
 (0)