Skip to content

Commit a5097ad

Browse files
committed
build: Move to official domain.
1 parent 943f36c commit a5097ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/action/result-poster/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ const prs = context.payload.check_suite.pull_requests;
99
if (name === 'Google Cloud Build' && conclusion === 'success' && prs[0]) {
1010
request('POST /repos/:owner/:repo/issues/:number/comments', context.repo({
1111
number: prs[0].number,
12-
body: `Preview at: https://storage.googleapis.com/nodejs-dev-staging/${sha.slice(0,7)}/index.html`
12+
body: `Preview at: https://staging.nodejs.dev/${sha.slice(0,7)}/index.html`
1313
}));
1414
}

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ steps:
66
env:
77
- 'PATH_PREFIX=nodejs-dev-staging/$SHORT_SHA'
88
- name: 'gcr.io/cloud-builders/gsutil'
9-
args: ['rsync', '-R', 'public', 'gs://nodejs-dev-staging/$SHORT_SHA']
9+
args: ['rsync', '-R', 'public', 'gs://staging.nodejs.dev/$SHORT_SHA']

0 commit comments

Comments
 (0)