Skip to content

Commit

Permalink
testing ci (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ford-codecov authored Nov 26, 2024
2 parents 32b890d + ef2f3ea commit c3cc18e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ local:
up: # Used to bring up the local app
up:
touch .env
docker image inspect ${image}:${ENV}-${release_version}-${sha} &>/dev/null || $(MAKE) local
docker image inspect ${image}:${ENV}-release-${sha} &>/dev/null || $(MAKE) local
docker-compose up -d

.PHONY: push
push: # Used to build the app
push:
docker tag ${image}:${ENV}-${sha} ${image}:${ENV}-release-latest
docker push ${image}:${ENV}-${sha}
docker tag ${image}:${ENV}-release-${sha} ${image}:${ENV}-release-latest
docker push ${image}:${ENV}-release-${sha}
docker push ${image}:${ENV}-latest

0 comments on commit c3cc18e

Please sign in to comment.