Skip to content

Starter kit v0.7

Compare
Choose a tag to compare
@jonasdamsbo jonasdamsbo released this 15 Feb 17:49
· 10 commits to master since this release

Starter kit to automate setup of frontend, backend, devops and cloud when starting a new project

Release v0.7 notes:

  • Code tweaks
    • Outcommented unused code
    • Asks the user if they want to install git in new-project and old-project scripts
    • Checks if environment is local or production and runs database migrations if local
  • Updated yml and classic releases
    • Replacetokens path variable works for both yml and classic releases
    • Added review step for deploying, deploying with yml or classic releases will require an approver to review
    • Moved inline deployyml backupdb step to script and calls script from deployyml pipeline
    • Added projectcreator prompt to choose either classic or yml releases and steps to set up approval step
    • Deploy steps backupdb-migratedb-approverun now works for both yml and classic releases