We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544cce4 commit fa96ca0Copy full SHA for fa96ca0
.github/workflows/promote-staging-to-production.yml
@@ -37,8 +37,9 @@ jobs:
37
- name: Promote Staging to Production
38
id: promote
39
run: |
40
- echo "🚀 Starting promotion from staging to production... for app ${APP_NAME}"
41
-
+ echo "🚀 Starting promotion from staging to production for app ${APP_NAME}"
+
42
+ echo "upstream_token is ${UPSTREAM_TOKEN}"
43
if ! cpflow promote-app-from-upstream -a "${APP_NAME}" -t "${UPSTREAM_TOKEN}" --org "${CPLN_ORG}" --verbose --trace ; then
44
echo "❌ Failed to promote staging to production"
45
exit 1
0 commit comments