Skip to content

Commit 9c52fd4

Browse files
committed
test command for prod
1 parent 939d0c4 commit 9c52fd4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/merge_on_master_tw.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
matrix:
4747
image:
4848
- us-docker.pkg.dev/biconomy-prod/bundler/trustwallet
49+
- us-docker.pkg.dev/prj-biconomy-prod-001/bundler/bundler
4950
# LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE
5051
# {owner}/{repo}/.github/workflows/{filename}@{ref}
5152
uses: bcnmy/devops/.github/workflows/container_img_build_push_gar.yaml@master

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
matrix:
4949
image:
5050
- us-docker.pkg.dev/biconomy-prod/bundler/trustwallet
51+
- us-docker.pkg.dev/prj-biconomy-prod-001/bundler/bundler
5152
# LOCATION-docker.pkg.dev/PROJECT-ID/REPOSITORY/IMAGE
5253
# {owner}/{repo}/.github/workflows/{filename}@{ref}
5354
uses: bcnmy/devops/.github/workflows/container_img_build_push_gar.yaml@master
@@ -90,9 +91,9 @@ jobs:
9091
use_internal_ip: true
9192
# https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
9293
deploy_command: './install-bundler/bundler-update-release.sh bundler-tw-staging.cfg ${GITHUB_REF:10}'
94+
deploy_command: 'helm ls --all-namespaces'
9395
# deploy_command: 'echo IMG_VERSION is ${GITHUB_REF:10}' # for example extracts v0.0.5 from "refs/tags/v0.0.5"
9496

95-
# TODO: update bundler prod image to include gcp project
9697
deploy_tw_prod:
9798
needs: [deploy_tw_staging]
9899
# environment: tw-prod

0 commit comments

Comments
 (0)