Skip to content

Commit 8feb660

Browse files
committed
ci: fixed deploy workflow
1 parent d9101f4 commit 8feb660

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-demos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222

2323
- name: 🚀 Upload demo
2424
uses: appleboy/scp-action@master
25-
env:
25+
with:
2626
HOST: ${{ secrets.HOST }}
2727
USERNAME: ${{ secrets.USERNAME }}
2828
PORT: ${{ secrets.PORT }}
2929
KEY: ${{ secrets.SSHKEY }}
30-
with:
3130
source: ./typescript-version/dist
3231
target: ${{ secrets.PROD_DIR }}/demo
3332

0 commit comments

Comments
 (0)