Skip to content

Commit ca222bc

Browse files
committed
fix: workflows missing --build argument
1 parent 2769981 commit ca222bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Build and deploy
2222
run: |
2323
docker compose down
24-
docker compose up -d
24+
docker compose up -d --build

0 commit comments

Comments
 (0)