We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dead0 commit 8959575Copy full SHA for 8959575
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
server: ${{ secrets.FTP_SERVER }}
20
username: ${{ secrets.FTP_USERNAME }}
21
password: ${{ secrets.FTP_PASSWORD }}
22
- server-dir: /radio/QSL_card_designer/ # デプロイ先のディレクトリ(必要に応じて変更)
+ server-dir: /shvtech/radio/QSL_card_designer/ # デプロイ先のディレクトリ(必要に応じて変更)
23
exclude: |
24
**/.git*
25
**/.git*/**
0 commit comments