Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 396 Bytes

File metadata and controls

11 lines (10 loc) · 396 Bytes

Opsgin

To build and redeploy this application:

heroku container:login
docker build --rm --platform linux/amd64 -f docker/Dockerfile.linux.amd64 -t opsgin .
docker tag opsgin registry.heroku.com/opsgin/web
docker push registry.heroku.com/opsgin/web
heroku container:release web --app opsgin

The opsgin Heroku app has a scheduler task that will run the sync command every 10 minutes.