We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f98454 + ddd854c commit 8978d86Copy full SHA for 8978d86
.github/workflows/deploy.yml
@@ -1,26 +1,26 @@
1
name: Deploy to Web Server via FTPS
2
-
+
3
on:
4
push:
5
branches:
6
- main # mainブランチにpushされたときに実行
7
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v3
15
16
- name: Deploy to FTPS server
17
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
18
with:
19
server: ${{ secrets.FTP_SERVER }}
20
username: ${{ secrets.FTP_USERNAME }}
21
password: ${{ secrets.FTP_PASSWORD }}
22
protocol: ftps
23
- server-dir: /radio/QSL_card_designer/
+ server-dir: /shvtech/radio/QSL_card_designer/
24
exclude: |
25
**/.git*
26
**/.git*/**
0 commit comments