tools.deploy.backend: with-variables need to be on the whole block
parent
07dd28c94d
commit
8d6df6d128
|
@ -119,11 +119,14 @@ DEFER: ?make-staging-image
|
||||||
|
|
||||||
:: make-deploy-image ( vm image vocab config -- manifest )
|
:: make-deploy-image ( vm image vocab config -- manifest )
|
||||||
make-boot-image
|
make-boot-image
|
||||||
config [ bootstrap-profile ?make-staging-image ] with-variables
|
config [
|
||||||
vocab "vocab-manifest-" prepend temp-file :> manifest-file
|
bootstrap-profile :> profile
|
||||||
image vocab manifest-file bootstrap-profile deploy-command-line :> flags
|
vocab "vocab-manifest-" prepend temp-file :> manifest-file
|
||||||
vm flags run-factor
|
image vocab manifest-file profile deploy-command-line :> flags
|
||||||
manifest-file parse-vocab-manifest-file ;
|
profile ?make-staging-image
|
||||||
|
vm flags run-factor
|
||||||
|
manifest-file parse-vocab-manifest-file
|
||||||
|
] with-variables ;
|
||||||
|
|
||||||
:: make-deploy-image-executable ( vm image vocab config -- manifest )
|
:: make-deploy-image-executable ( vm image vocab config -- manifest )
|
||||||
vm image vocab config make-deploy-image
|
vm image vocab config make-deploy-image
|
||||||
|
|
Loading…
Reference in New Issue