Skip to content

Commit 8978d86

Browse files
authored
Merge branch 'main' into claude/review-repo-analysis-UcpLd
2 parents 3f98454 + ddd854c commit 8978d86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
name: Deploy to Web Server via FTPS
2-
2+
33
on:
44
push:
55
branches:
66
- main # mainブランチにpushされたときに実行
7-
7+
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11-
11+
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
15-
15+
1616
- name: Deploy to FTPS server
1717
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
1818
with:
1919
server: ${{ secrets.FTP_SERVER }}
2020
username: ${{ secrets.FTP_USERNAME }}
2121
password: ${{ secrets.FTP_PASSWORD }}
2222
protocol: ftps
23-
server-dir: /radio/QSL_card_designer/
23+
server-dir: /shvtech/radio/QSL_card_designer/
2424
exclude: |
2525
**/.git*
2626
**/.git*/**

0 commit comments

Comments
 (0)