Skip to content

Commit

Permalink
feat: add buildpacks for dokku to newapp
Browse files Browse the repository at this point in the history
  • Loading branch information
cerico committed Jun 12, 2024
1 parent 9a51d5d commit dd097f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/zsh/dokku.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ newapp() {
dokku letsencrypt:set $1 email $email
dokku letsencrypt:enable $1
dokku letsencrypt:auto-renew
dokku buildpacks:add $1 https://github.com/heroku/heroku-buildpack-nodejs.git
dokku buildpacks:add $1 https://github.com/heroku/heroku-buildpack-ruby.git
}

bump() {
Expand Down

0 comments on commit dd097f9

Please sign in to comment.