Skip to content

mattborghi/pluto-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Dockerfile

docker build -t pluto . -f Dockerfile
docker run -it pluto

Dev Pluto

cd pluto-deployment-environment
$ julia
julia> ]
(@v.1.6) pkg> activate .
(pluto-deploy) pkg> <-
julia> import Pluto
julia> Pluto.run()

Heroku deployment

Now you can sign into Container Registry.

$ heroku container:login

Push your Docker-based app

Build the Dockerfile in the current directory and push the Docker image.

$ heroku container:push web -a pluto-deploy

Deploy the changes

Release the newly pushed images to deploy your app.

$ heroku container:release web -a pluto-deploy

Check the logs

$ heroku logs --tail -a pluto-deploy

References

Releases

No releases published

Packages

No packages published