Reorg directory structure:
This makes the deploy directory cleaner by moving all compose related file/directories into the compose directory. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
This commit is contained in:
@ -231,7 +231,7 @@ This option will also show you how to create a machine to provision.
|
||||
vagrant ssh provisioner
|
||||
# watch the workflow events and status for workflow completion
|
||||
# once the workflow is complete (see the expected output below for completion), move on to the next step
|
||||
wid=$(cat /vagrant/compose/manifests/workflow/workflow_id.txt); docker exec -it vagrant_tink-cli_1 watch "tink workflow events ${wid}; tink workflow state ${wid}"
|
||||
wid=$(cat /vagrant/compose/manifests/workflow/workflow_id.txt); docker exec -it compose_tink-cli_1 watch "tink workflow events ${wid}; tink workflow state ${wid}"
|
||||
```
|
||||
|
||||
<details>
|
||||
|
Reference in New Issue
Block a user