Skip to content

Commit 591c9a2

Browse files
s
1 parent eb0ec01 commit 591c9a2

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/_gcp-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
${{ env.IMAGE_PATH }}:${{ github.sha }}
5555
${{ env.IMAGE_PATH }}:latest
5656
build-args: |
57-
NEXT_PUBLIC_SOURCEBOT_VERSION=${{ github.ref_name }}
57+
# @nocheckin : revert back to ref_name
58+
NEXT_PUBLIC_SOURCEBOT_VERSION=${{ github.commit_sha }}
59+
# NEXT_PUBLIC_SOURCEBOT_VERSION=${{ github.ref_name }}
5860
NEXT_PUBLIC_POSTHOG_PAPIK=${{ vars.NEXT_PUBLIC_POSTHOG_PAPIK }}
5961
NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT=${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
6062
NEXT_PUBLIC_SENTRY_ENVIRONMENT=${{ vars.NEXT_PUBLIC_SENTRY_ENVIRONMENT }}

.github/workflows/deploy-staging.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Deploy Staging
22

33
on:
44
push:
5-
# @nocheckin
6-
branches: [main, bkellam/release_cleanup]
5+
# @todo: remove v3 after merge is complete.
6+
# @nocheckin : remove bkellam/release_cleanup
7+
branches: [main, v3, bkellam/release_cleanup]
78
tags: ["v*.*.*"]
89
workflow_dispatch:
910

0 commit comments

Comments
 (0)