Skip to content

v1.3.0

Compare
Choose a tag to compare
@lmakarov lmakarov released this 31 May 21:24
· 138 commits to master since this release
adda6c4
  • build-exec command
    • build-exec <command> => ssh docker-host "cd $REMOTE_BUILD_DIR && (<command>)"
  • sandbox-init command - a shortcut command for most users.
    • Power users can use individual commands directly to modify the sandbox build workflow (e.g. adjust project codebase/settings before running fin init)
  • Pass build secrets to sandbox
    • A "secret" is any environment variable that starts with "SECRET_"
  • Updated docs and examples
  • Make sure there are no uppercase letters in domain names (Fixes #25)