Skip to content

Commit

Permalink
rename nginx dyno to web (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Mar 15, 2024
1 parent 317b80a commit 9e71d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e71d14

Please sign in to comment.