Skip to content

kaishiro/template--deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages