Skip to content

Commit

Permalink
πŸŽ› ci: Switch to docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomy0000000 committed Jul 22, 2022
1 parent b317e39 commit f2f7918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
script: |
cd tubee
docker pull tomy0000000/tubee:latest
docker-compose up --detach
docker compose up --detach
docker network connect nginx_default tubee_app
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ jobs:
script: |
cd tubee-beta
docker pull tomy0000000/tubee:edge
docker-compose up --detach
docker network connect nginx_default tubee_app_beta
docker compose up --detach
docker network connect nginx_default tubee_beta_app

0 comments on commit f2f7918

Please sign in to comment.