Skip to content

v1.10.2

Choose a tag to compare

@github-actions github-actions released this 17 Mar 20:13
d6145ff
  • sectionctl deploy now allows for the -e or --environment argument to specificy a branch on your section config git repo to push to. It defaults to Production.

ie:

sectionctl deploy -a 0000 -i 0000 -e staging

the default still works

sectionctl deploy -a 0000 -i 0000 # same as: sectionctl deploy  -a 0000 -i 0000 -e Production