Skip to content

osimuka/thermite

Repository files navigation

thermite

A lightweight task worker in Rust

Heroku Container Deployment Steps

  1. Install Heroku CLI
  2. Login to Heroku
  3. Login to Heroku Container Registry
heroku login
heroku container:login
  1. Create a Heroku app
heroku create thermite
  1. Build the Docker image
docker build --platform linux/amd64 -t registry.heroku.com/thermite/worker .
  1. Push the Docker image to Heroku Container Registry
docker push registry.heroku.com/thermite/worker
  1. Set the stack to container
heroku stack:set container -a thermite
  1. Release the Docker image
heroku container:release worker -a thermite
  1. Open the Heroku app
heroku open -a thermite
  1. View the logs
heroku logs --tail -a thermite

About

A lightweight task worker in Rust

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published