We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ac445 commit 45061adCopy full SHA for 45061ad
.github/workflows/deploy.yml
@@ -5,6 +5,7 @@ on:
5
branches: [master]
6
paths:
7
- "backend/**"
8
+ - docker-compose.yml
9
10
jobs:
11
deploy:
backend/cmd/server.go
@@ -15,8 +15,7 @@ import (
15
)
16
17
func main() {
18
- // Test: GitHub Actions deployment
19
- log.Println("Starting blog server with automated deployment...")
+ log.Println("Starting blog server with automated deployment")
20
21
err := godotenv.Load()
22
if err != nil {
0 commit comments