mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-28 15:31:07 +00:00
Deploy an nginx proxy service to Heroku (#136)
Deploy an nginx proxy service to Heroku --------- Co-authored-by: Salah Al Saleh <sg.alsaleh@gmail.com>
This commit is contained in:
9
.github/workflows/main.yaml
vendored
9
.github/workflows/main.yaml
vendored
@@ -26,6 +26,15 @@ jobs:
|
||||
- name: release registry
|
||||
run: heroku container:release -a ttlsh web
|
||||
|
||||
- name: build nginx
|
||||
run: docker build -t registry.heroku.com/ttlsh/nginx nginx
|
||||
|
||||
- name: push nginx
|
||||
run: docker push registry.heroku.com/ttlsh/nginx
|
||||
|
||||
- name: release nginx
|
||||
run: heroku container:release -a ttlsh nginx
|
||||
|
||||
- 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