add MANDATORY for all includes
This commit is contained in:
parent
23247a25ba
commit
251214da7d
3 changed files with 3 additions and 0 deletions
1
copy.mk
1
copy.mk
|
@ -1,3 +1,4 @@
|
|||
MANDATORY-copy = DEPLOY_TYPE DEPLOY_HOSTS SSH_USER DEPLOY_PATH DEPLOY_NAME
|
||||
# copy
|
||||
#
|
||||
# this just rsyncs the stuff to the remote server(s) and runs
|
||||
|
|
1
cron.mk
1
cron.mk
|
@ -1,3 +1,4 @@
|
|||
MANDATORY-cron =
|
||||
pre-deploy-cron:
|
||||
|
||||
post-deploy-cron:
|
||||
|
|
1
helm.mk
1
helm.mk
|
@ -1,3 +1,4 @@
|
|||
MANDATORY-helm = K8S_CONTEXT
|
||||
# helm
|
||||
#
|
||||
# deploys helm charts on k8s via helmfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue