Skip to content

Commit

Permalink
chore: add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Mar 27, 2024
1 parent a38f5a9 commit 41a45c5
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
paths-ignore:
- deploy/**

env:
GIT_COMMIT: ${{ github.sha }}
Expand Down Expand Up @@ -52,3 +54,17 @@ jobs:
targets: ${{ matrix.target }}
push: true
files: docker-bake.hcl

deploy-prod:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main
needs:
- build
with:
images: rss3/etherface
tag: ${{ github.sha }}
cluster: prod
namespace: guardian
releaseName: daedalus
revision: main
dir: deploy/dev
secrets: inherit
4 changes: 4 additions & 0 deletions deploy/prod/etherface/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources: []
7 changes: 7 additions & 0 deletions deploy/prod/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ui
- rest
- etherface
4 changes: 4 additions & 0 deletions deploy/prod/rest/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources: []
4 changes: 4 additions & 0 deletions deploy/prod/ui/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources: []
Binary file removed signature-dump/signatures01.zip
Binary file not shown.
Binary file removed signature-dump/signatures02.zip
Binary file not shown.

0 comments on commit 41a45c5

Please sign in to comment.