Skip to content

Commit 8959575

Browse files
authored
Change deployment directory in deploy.yml
Updated the deployment directory path in the workflow.
1 parent 24dead0 commit 8959575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
server: ${{ secrets.FTP_SERVER }}
2020
username: ${{ secrets.FTP_USERNAME }}
2121
password: ${{ secrets.FTP_PASSWORD }}
22-
server-dir: /radio/QSL_card_designer/ # デプロイ先のディレクトリ(必要に応じて変更)
22+
server-dir: /shvtech/radio/QSL_card_designer/ # デプロイ先のディレクトリ(必要に応じて変更)
2323
exclude: |
2424
**/.git*
2525
**/.git*/**

0 commit comments

Comments
 (0)