Skip to content

Commit 53d93cc

Browse files
committed
fix: correct deploy paths for example web build
1 parent aebb0be commit 53d93cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
password: ${{ secrets.SFTP_REMOTE_PASSWORD }}
3535
port: ${{ secrets.SFTP_REMOTE_PORT }}
3636
protocol: sftp
37-
source: example/build/web/*
38-
target: /pub/features_tour
39-
strip_components: 0
37+
source: example/build/web
38+
target: pub/features_tour
39+
strip_components: 3
4040
overwrite: true
4141
debug: true

0 commit comments

Comments
 (0)