Skip to content

Commit 4c74ef3

Browse files
committed
Add appmotiongateway add dalco - 3
1 parent ab5003d commit 4c74ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/appmotion_gateway/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ up-master: .init .env ${TEMP_COMPOSE}-master ${DOCKER_STACK_DEPLOY_COMMON_DEPEND
2222
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE}-master ${STACK_NAME}
2323

2424
.PHONY: up-dalco ## Deploys stack on dalco
25-
up-dalco: .init .env ${TEMP_COMPOSE}-master ${DOCKER_STACK_DEPLOY_COMMON_DEPENDENCIES}
25+
up-dalco: .init .env ${TEMP_COMPOSE}-dalco ${DOCKER_STACK_DEPLOY_COMMON_DEPENDENCIES}
2626
@docker stack deploy --with-registry-auth --prune --compose-file ${TEMP_COMPOSE}-dalco ${STACK_NAME}
2727

2828
.PHONY: up-local ## Deploys stack on local

0 commit comments

Comments
 (0)