Skip to content

Commit 5d9fb0f

Browse files
author
Riotkit via Github Actions
committed
chore: Configure environment setup (automatic) / Riotkit
1 parent b0a85f3 commit 5d9fb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skaffold-deploy-app: prepare-tools ## Deploy app
5454
skaffold deploy -p app --tag e2e --assume-yes=true --default-repo ${ENV_CLUSTER_NAME}-registry:5000;
5555

5656
dev: ## Runs the development environment in Kubernetes
57-
if [[ "${ENV_SKAFFOLD_DEPLOY_DEPS}" == "true" ]]; then skaffold deploy -p deps; fi
57+
if [[ "${ENV_SKAFFOLD_DEV_DEPLOY_DEPS}" == "true" ]]; then skaffold deploy -p deps; fi
5858
skaffold dev -p app --tag e2e --assume-yes=true --default-repo ${ENV_CLUSTER_NAME}-registry:5000 --force=true
5959

6060

0 commit comments

Comments
 (0)