1 parent b5c13f7 commit c65a738Copy full SHA for c65a738
1 file changed
.github/workflows/deploy.yml
@@ -18,8 +18,8 @@ jobs:
18
server: ${{ secrets.FTP_SERVER }}
19
username: ${{ secrets.FTP_USERNAME }}
20
password: ${{ secrets.FTP_PASSWORD }}
21
- local-dir: ./wts/ # ✅ 正しい
22
- server-dir: /tw1nkle.com/public_html/Smiley/taxi/wts/ # 🔥 修正: ドメイン名追加
+ local-dir: ./wts/
+ server-dir: /tw1nkle.com/public_html/Smiley/taxi/wts/ # 🎯 正しいパス(確定版)
23
exclude: |
24
**/.git*
25
**/.gitignore
0 commit comments