Skip to content

Commit 348d986

Browse files
Deploy staging and prod.
1 parent 6a0587b commit 348d986

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
@@ -47,7 +47,7 @@ jobs:
4747
deploy-staging:
4848
runs-on: ubuntu-22.04
4949
env:
50-
DEPLOY_SHA: 870f1fbc6c4f4e947051f2b6211764c4e65a990d
50+
DEPLOY_SHA: 6a0587bcf1ac9eb88d6ef9b938ea606ee1c063df
5151
steps:
5252
- name: Checkout
5353
uses: actions/checkout@v3
@@ -74,7 +74,7 @@ jobs:
7474
deploy-prod:
7575
runs-on: ubuntu-22.04
7676
env:
77-
DEPLOY_SHA: 870f1fbc6c4f4e947051f2b6211764c4e65a990d
77+
DEPLOY_SHA: 6a0587bcf1ac9eb88d6ef9b938ea606ee1c063df
7878
steps:
7979
- name: Checkout
8080
uses: actions/checkout@v3

0 commit comments

Comments
 (0)