rename nginx dyno to web (#142)

This commit is contained in:
Salah Al Saleh
2024-03-15 11:48:41 -07:00
committed by GitHub
parent 317b80afbb
commit 9e71d14711

View File

@@ -27,13 +27,13 @@ jobs:
run: heroku container:release -a ttlsh web
- name: build nginx
run: docker build -t registry.heroku.com/ttlsh-router/nginx nginx
run: docker build -t registry.heroku.com/ttlsh-router/web nginx
- name: push nginx
run: docker push registry.heroku.com/ttlsh-router/nginx
run: docker push registry.heroku.com/ttlsh-router/web
- name: release nginx
run: heroku container:release -a ttlsh-router nginx
run: heroku container:release -a ttlsh-router web
- name: build hooks
run: docker build -f hooks/Dockerfile.hooks -t registry.heroku.com/ttlsh-hooks/web hooks