Skip to content

Commit 319dd6d

Browse files
committed
fixed production deploy script
1 parent 3783247 commit 319dd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: "Deploy"
6767
shell: bash
6868
run: |
69-
yarn deploy:stg
69+
yarn deploy
7070
7171
env:
7272
CI: true

0 commit comments

Comments
 (0)