-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tasks for deploying sandbox app (#255)
* Add a readme to the sandbox template It's good to explain what the repo actually is * Update Rake task for deploying sandbox app - Bunder.with_clean_env is deprecated. I'm not sure if `with_unbundled_env` is the correct option, but it seems to do the job. - Use SSL version of git clone to avoid having to use a username and password. SSL makes sense if deploying from the local machine: maybe at some point this was deployed automatically, but I can't see any trace of that. - Temporarily lock to building on the latest Rails 5 version: the sandbox app is locked to use Rails 5, and Godmin isn't very well supported on Rails 6 yet.
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters