Skip to content

Commit 49c15ce

Browse files
Deploy staging and prod.
1 parent af666f8 commit 49c15ce

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: b97d407dfda977534a306d40892b823607917824
51+
DEPLOY_SHA: af666f8495696f8647d6df736ede3c6399f6a0eb
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: b97d407dfda977534a306d40892b823607917824
79+
DEPLOY_SHA: af666f8495696f8647d6df736ede3c6399f6a0eb
8080
steps:
8181
- name: Checkout
8282
uses: actions/checkout@v3

0 commit comments

Comments
 (0)