From 84a830bfcc4be98edad5c8b6203ece7e990251bf Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 2 Oct 2023 20:43:18 -0500 Subject: [PATCH] remove DEPLOY_PROJECT --- deploy/portainer/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/portainer/deploy.py b/deploy/portainer/deploy.py index 109ddae..18be662 100644 --- a/deploy/portainer/deploy.py +++ b/deploy/portainer/deploy.py @@ -46,7 +46,7 @@ portainer_ep=args.PORTAINER_EP # Deploy variables to substitute in portainer deploy template deploy_variables = {key: getattr(args, key) for key in - ['DEPLOY_REPO_URL', 'DEPLOY_HOST', 'DEPLOY_PROJECT', 'DEPLOY_NAME', 'DEPLOY_REF'] + ['DEPLOY_REPO_URL', 'DEPLOY_HOST', 'DEPLOY_NAME', 'DEPLOY_REF'] } ### Find CICD-runner portainer environment endpointId ###