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 ###