Skip to content

Commit e8964f3

Browse files
authored
Merge pull request #313 from SamKirkland/4.3.1
4.3.1
2 parents 01dea7c + f458cc0 commit e8964f3

File tree

5 files changed

+2892
-4047
lines changed

5 files changed

+2892
-4047
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: 📂 Sync files
26-
uses: SamKirkland/[email protected].0
26+
uses: SamKirkland/[email protected].1
2727
with:
2828
server: ftp.samkirkland.com
2929
username: myFtpUserName
@@ -33,7 +33,7 @@ jobs:
3333
---
3434
3535
### Requirements
36-
- You must have ftp access to your server. If your host requires ssh please use my web-deploy action (coming soon)
36+
- You must have ftp access to your server. If your host allows or requires ssh please use my [web-deploy](https://github.com/SamKirkland/web-deploy) action
3737
- Some web hosts change the default port (21), check with your host for your port number
3838
3939
---
@@ -70,6 +70,7 @@ I strongly recommend you store your `password` as a secret.
7070
| `exclude` | No | [See Example](#exclude-files) | [See Example](#exclude-files) | An array of glob patterns, these files will not be included in the publish/delete process. [List MUST be in this format](#exclude-files). You can use [a glob tester](https://www.digitalocean.com/community/tools/glob?comments=true&glob=%2A%2A%2F.git%2A%2F%2A%2A&matches=false&tests=test%2Fsam&tests=.git%2F&tests=.github%2F&tests=.git%2Ftest&tests=.gitattributes&tests=.gitignore&tests=.git%2Fconfig&tests=.git%2Ftest%2Ftest&tests=.github%2Fworkflows%2Fmain.yml&tests=test%2F.git%2Fworkflows%2Fmain.yml&tests=node_modules%2Ffolder%2F&tests=node_modules%2Fotherfolder%2F&tests=subfolder%2Fnode_modules%2F) to test your pattern(s). |
7171
| `log-level` | No | `minimal` | `standard` | `minimal`: only important info, `standard`: important info and basic file changes, `verbose`: print everything the script is doing |
7272
| `security` | No | `strict` | `loose` | `strict`: Reject any connection which is not authorized with the list of supplied CAs. `loose`: Allow connection even when the domain is not certificate |
73+
| `timeout` | No | `30000` | `60000` | Timeout in milliseconds for FTP operations |
7374

7475

7576
# Common Examples
@@ -98,7 +99,7 @@ jobs:
9899
npm run build
99100
100101
- name: 📂 Sync files
101-
uses: SamKirkland/[email protected].0
102+
uses: SamKirkland/[email protected].1
102103
with:
103104
server: ftp.samkirkland.com
104105
username: myFtpUserName
@@ -118,7 +119,7 @@ jobs:
118119
uses: actions/checkout@v2
119120
120121
- name: 📂 Sync files
121-
uses: SamKirkland/[email protected].0
122+
uses: SamKirkland/[email protected].1
122123
with:
123124
server: ftp.samkirkland.com
124125
username: myFtpUserName
@@ -141,7 +142,7 @@ jobs:
141142
uses: actions/checkout@v2
142143
143144
- name: 📂 Sync files
144-
uses: SamKirkland/[email protected].0
145+
uses: SamKirkland/[email protected].1
145146
with:
146147
server: ftp.samkirkland.com
147148
username: myFtpUserName
@@ -163,7 +164,7 @@ jobs:
163164
uses: actions/checkout@v2
164165
165166
- name: 📂 Sync files
166-
uses: SamKirkland/[email protected].0
167+
uses: SamKirkland/[email protected].1
167168
with:
168169
server: ftp.samkirkland.com
169170
username: myFtpUserName

0 commit comments

Comments
 (0)