-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
cuttle-bot is hosted on github pages and the app is served out of the docs folder. Currently, deploying the app requires manually running the build command, copying the dist output into docs, committing the change, and pushing to master. We should automate this process so that merges into master are automatically deployed (similar to the main cuttle repo). To do so, we should:
- Update
angular.jsonso the buildoutpathisdocsinstead of it's currentdist(this way builds are put in the correct folder) - Add a new
.github/workflows/build.ymlaction file that runs whenever a commit is made to any branch exceptmasterand runs the build command, commits the changes, and pushes them to the current branch. This way when we merge intomaster, the commit will include the build of the latest source and this will automatically update the deployment
Metadata
Metadata
Assignees
Labels
No labels