From 9e71d1471119665ed3fb1449d812310b06d312cb Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Fri, 15 Mar 2024 11:48:41 -0700 Subject: [PATCH] rename nginx dyno to web (#142) --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4ee372f..4b97aa0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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