Skip to content

Commit dfc705b

Browse files
committed
find mistake
1 parent 427946d commit dfc705b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
path: dev
2020
- name: Build and run docker compose
21-
run: MODE=dev docker compose --env-file ~/data/.env.dev up --build -d
21+
run: pwd && MODE=dev docker compose --env-file ~/data/.env.dev up --build -d
2222
- name: Clear unused images
2323
run: docker image prune -f

0 commit comments

Comments
 (0)