Skip to content

Commit

Permalink
Merge pull request #46 from hypersign-protocol/CD
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
Pratap2018 authored Dec 6, 2023
2 parents 46ad7e1 + aeaf0b3 commit 43ea6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ spec:
spec:
containers:
- name: vault-app
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/vault-service:latest

image: asia-south1-docker.pkg.dev/fyre-400407/hypersign-image-repository/vault-service:latest
resources:
limits:
memory: "1Gi"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
uses: cschleiden/replace-tokens@v1
with:
files: '["**/deployment.yaml"]'
tokenPrefix: __
tokenSuffix: __
tokenPrefix: "__"
tokenSuffix: "__"
env:
HOST: ${{secrets.HOST}}
ABSOLUTE_URL: ${{secrets.ABSOLUTE_URL}}
Expand Down

0 comments on commit 43ea6c2

Please sign in to comment.