Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Aug 6, 2024
1 parent 1e51f53 commit d3b6ecf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dcup-light:
dcup: dcd
docker-compose up -d --build --remove-orphans
make concerts-wait
dcd:
dcd: dc-migration
docker-compose down
concerts-wait:
bash concerts_wait.sh
Expand Down Expand Up @@ -84,3 +84,5 @@ revert-deps-cypress-update:
git checkout e2e/package.json
accept-prs:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/acceptPR.sh | bash
dc-migration:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/setupDockerCompose.sh | bash

0 comments on commit d3b6ecf

Please sign in to comment.