Skip to content

Commit

Permalink
Added build image of websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Oct 9, 2024
1 parent 2cdd576 commit f122530
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chicmoz-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- production
- feat/websockets_in_production
pull_request:
branches:
- production
Expand Down
7 changes: 7 additions & 0 deletions k8s/production/skaffold.production.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ build:
requires:
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
- image: registry.digitalocean.com/aztlan-containers/websocket-event-publisher
context: services/websocket-event-publisher
docker:
dockerfile: Dockerfile
requires:
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
manifests:
rawYaml:
- k8s/production/common/namespace.yaml
Expand Down

0 comments on commit f122530

Please sign in to comment.