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 12cba58 commit 72f7d85Copy full SHA for 72f7d85
.github/workflows/deploy-on-push.yml
@@ -48,7 +48,7 @@ jobs:
48
deploy-staging:
49
runs-on: ubuntu-22.04
50
env:
51
- DEPLOY_SHA: 4c27b3d1c3a0c93fac2e3442ebbd66c762ceef30
+ DEPLOY_SHA: 12cba587c5ca76950f919afac85c32d03e43de46
52
steps:
53
- name: Checkout
54
uses: actions/checkout@v3
@@ -76,7 +76,7 @@ jobs:
76
deploy-prod:
77
78
79
80
81
82
0 commit comments