Skip to content

Commit 9d73c74

Browse files
committed
Migrated the Deployment docker compose commands to V2
1 parent 41d6423 commit 9d73c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
cd ~/dcmp/bimbalacom
1919
git pull
2020
cd ~/dcmp/
21-
docker-compose build public
22-
docker-compose up -d public
21+
docker compose build public
22+
docker compose up -d public

0 commit comments

Comments
 (0)