Skip to content

Commit c23e03b

Browse files
committed
feat(deploy): update local directory path and enable dangerous clean slate option
1 parent ecd8eea commit c23e03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
server: ${{ secrets.FTP_SERVER }}
3737
username: ${{ secrets.FTP_USERNAME }}
3838
password: ${{ secrets.FTP_PASSWORD }}
39-
local-dir: ./.output/public/
39+
local-dir: ./dist
4040
server-dir: ${{ secrets.FTP_DIR }}
41-
delete-remote: true
41+
dangerous-clean-slate: true

0 commit comments

Comments
 (0)