add MANDATORY for all includes
This commit is contained in:
parent
23247a25ba
commit
251214da7d
1
copy.mk
1
copy.mk
|
@ -1,3 +1,4 @@
|
||||||
|
MANDATORY-copy = DEPLOY_TYPE DEPLOY_HOSTS SSH_USER DEPLOY_PATH DEPLOY_NAME
|
||||||
# copy
|
# copy
|
||||||
#
|
#
|
||||||
# this just rsyncs the stuff to the remote server(s) and runs
|
# 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:
|
pre-deploy-cron:
|
||||||
|
|
||||||
post-deploy-cron:
|
post-deploy-cron:
|
||||||
|
|
Loading…
Reference in New Issue