git clone https://github.com/kaishiro/template-deploy.git deploy
rm -rf .git
git init
git config user.name "Matthew White"
git config user.email "[email protected]"
# Add any config vars to env.rb
# Modify clone URL in deploy
git add .
git commit -m "Initial Commit"
heroku apps:create DEPLOY-NAMESPACE
git push heroku master
heroku addons:add scheduler
heroku addons:open scheduler
# Enter 'sh deploy' into scheduler task field, set interval to compile every 10 minutes
-
Notifications
You must be signed in to change notification settings - Fork 0
kaishiro/template--deploy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published