mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-12 07:39:19 +00:00
rename nginx dyno to web (#142)
This commit is contained in:
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user