Skip to content

Commit 72f7d85

Browse files
Deploy staging and prod.
1 parent 12cba58 commit 72f7d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
deploy-staging:
4949
runs-on: ubuntu-22.04
5050
env:
51-
DEPLOY_SHA: 4c27b3d1c3a0c93fac2e3442ebbd66c762ceef30
51+
DEPLOY_SHA: 12cba587c5ca76950f919afac85c32d03e43de46
5252
steps:
5353
- name: Checkout
5454
uses: actions/checkout@v3
@@ -76,7 +76,7 @@ jobs:
7676
deploy-prod:
7777
runs-on: ubuntu-22.04
7878
env:
79-
DEPLOY_SHA: 4c27b3d1c3a0c93fac2e3442ebbd66c762ceef30
79+
DEPLOY_SHA: 12cba587c5ca76950f919afac85c32d03e43de46
8080
steps:
8181
- name: Checkout
8282
uses: actions/checkout@v3

0 commit comments

Comments
 (0)