Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev committed Mar 17, 2024
1 parent 78ce146 commit e3bbcb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
j2 ./templates/docker-compose.j2 versions-config.json --format=json > ./docker-compose.yml
DEV_MODE=true j2 ./templates/docker-compose.j2 versions-config.json --format=json > ./docker-compose-dev.yml
- name: run docker-compose.yml
run: |
docker compose -f ./docker-compose.yml up
docker compose -f ./docker-compose.yml down
run: docker compose -f ./docker-compose.yml up -d
- name: stop docker-compose.yml
run: docker compose -f ./docker-compose.yml down
- name: Initialize mandatory git config
run: |
git config user.name "GitHub Actions"
Expand Down

0 comments on commit e3bbcb6

Please sign in to comment.