Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/maven-ffd9b59f56
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha authored Aug 7, 2024
2 parents 1a1c2c1 + 77f6afc commit 5ab299e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ dcup-light: dcd
docker-compose up -d fla-postgres
dcup: dcd
docker-compose up -d --build --remove-orphans
dcup-full-action: docker-clean-build-start fla-wait
dcup-full: docker-clean docker-action fla-wait
dcd:
dcup-full-action: dcd docker-clean-build-start fla-wait
dcup-full: dcd docker-clean docker-action fla-wait
dcd: dc-migration
docker-compose down
cypress-open:
cd e2e && yarn && npm run cypress:open:electron
Expand Down Expand Up @@ -101,3 +101,5 @@ deps-cypress-update:
deps-plugins-update:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/pluginUpdatesOne.sh | bash
deps-update: update
dc-migration:
curl -sL https://raw.githubusercontent.com/jesperancinha/project-signer/master/setupDockerCompose.sh | bash

0 comments on commit 5ab299e

Please sign in to comment.