Skip to content

Commit

Permalink
feature(devops): automated deploy for dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fagomezra committed Sep 25, 2023
1 parent 9da32f2 commit 0129a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/meta.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IMAGE_NAME_WEBAPP=webapp-vmpx-demo
DOCKER_REGISTRY=ghcr.io/edenia/vmpx-demo
SUBDIRS = hapi hasura webapp

MAKE_ENV += DOCKER_REGISTRY VERSION IMAGE_NAME_HAPI IMAGE_NAME_HASURA
MAKE_ENV += DOCKER_REGISTRY VERSION IMAGE_NAME_HAPI IMAGE_NAME_HASURA IMAGE_NAME_WEBAPP

SHELL_EXPORT := $(foreach v,$(MAKE_ENV),$(v)='$($(v))')

Expand Down

0 comments on commit 0129a39

Please sign in to comment.