Skip to content

Commit 1fc60c9

Browse files
committed
ci: fix compose file path
1 parent 2b9fc73 commit 1fc60c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
debug: true
6666
script: |
6767
set -e
68-
docker compose -f /home/blokmap/repos/deploy/production/compose/compose.prod.yaml pull blokmap-docs
69-
docker compose -f /home/blokmap/repos/deploy/production/compose/compose.prod.yaml up blokmap-docs
68+
docker compose -f /home/blokmap/repos/deploy/production/compose/compose.production.yaml pull blokmap-docs
69+
docker compose -f /home/blokmap/repos/deploy/production/compose/compose.production.yaml up blokmap-docs

0 commit comments

Comments
 (0)