Skip to content

Commit 45061ad

Browse files
committed
Configure deployment workflow
1 parent 97ac445 commit 45061ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [master]
66
paths:
77
- "backend/**"
8+
- docker-compose.yml
89

910
jobs:
1011
deploy:

backend/cmd/server.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ import (
1515
)
1616

1717
func main() {
18-
// Test: GitHub Actions deployment
19-
log.Println("Starting blog server with automated deployment...")
18+
log.Println("Starting blog server with automated deployment")
2019

2120
err := godotenv.Load()
2221
if err != nil {

0 commit comments

Comments
 (0)