From: Erik Date: Wed, 6 Apr 2022 14:55:05 +0000 (+0900) Subject: Regular updates X-Git-Url: http://git.osdn.net/view?p=twpd%2Fmaster.git;a=commitdiff_plain;h=44e7a5028e7a1607a7c42d5ff39e184b2f9335f8 Regular updates --- diff --git a/heroku.md b/heroku.md index ee7a6f3..726271e 100644 --- a/heroku.md +++ b/heroku.md @@ -19,6 +19,18 @@ heroku create sushi git push heroku master ``` +This will create an application named `sushi`. ([docs](https://devcenter.heroku.com/articles/creating-apps)) + +### `container` - Docker containers + +```bash +heroku stack:set container -app +heroku container:push web -app +heroku container:release web -app +``` + +Containers can be deployed using the Heroku Container Registry. ([docs](https://devcenter.heroku.com/articles/container-registry-and-runtime)) + ### `access` - Collaboration #### Manage collaborators