Skip to content

Commit bc4fbe2

Browse files
committed
fix: correct SFTP target path and enable overwrite
1 parent dc384ce commit bc4fbe2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-example.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
port: ${{ secrets.SFTP_REMOTE_PORT }}
4747
protocol: sftp
4848
source: example/build/web/*
49-
target: pub/features_tour
49+
target: /pub/features_tour
5050
strip_components: 0
51+
overwrite: true
5152
debug: true

0 commit comments

Comments
 (0)