32 Commits

Author SHA1 Message Date
tflight
3e4bf97068
Update fetch-depth to 0
There's a chance I'm misunderstanding this, but setting the fetch-depth to 2 will cause a comparison of only the last 2 commits on deploy. If you have made more than 2 commits since the last deployment the comparison fails and all files are uploaded again. With even relatively small projects this could make the deployment time go up significantly.

Setting the fetch-depth to 0 will cause it to look back over all commits to determine the delta of files to upload and reduce the FTP time significantly over uploading from scratch. See https://github.com/SamKirkland/FTP-Deploy-Action/issues/82 and possibly https://github.com/SamKirkland/FTP-Deploy-Action/issues/78

Also see the docs related to fetch-depth: https://github.com/actions/checkout#checkout-v2
2020-07-17 11:10:13 -04:00
Vincent Ahrend
4aadb4a381 Fix known hosts example to include known-hosts arg 2020-06-05 14:32:27 +02:00
SamKirkland
da0d77ff39 v3.1.1
Bug fix: argument escaping for spaces within passwords
2020-05-17 17:28:14 -05:00
SamKirkland
1af692f7d5 Updating linux testing instructions 2020-05-17 17:25:20 -05:00
SamKirkland
ae5262e007 using act for local debugging
Added act library for local debugging
Attempting to use exec argument escaping
2020-05-17 16:57:25 -05:00
Stefano Borzì
ccf756b42e
Add Linux istructions 2020-05-06 18:21:47 +02:00
SamKirkland
f68449776c v3.1.0
Official release of known-hosts
2020-05-05 00:58:08 -05:00
SamKirkland
a54cf4c5e3 Closes #60
Due to node issue using exit code 0 for exceptions thrown in async methods.
Fixed by moving getUserArguments inside try block.
2020-05-02 02:14:10 -05:00
SamKirkland
c42c8e46fb Updating ReadMe FAQ Section 2020-05-02 00:24:55 -05:00
Sam Kirkland
97865be6a0
Update README.md
Removed incorrect information about known_hosts expiring
2020-04-04 15:43:55 -05:00
Sam Kirkland
b890f82a46
Update README.md
I tested this out on my host, added commands for windows 10 and moved the docs around a bit
2020-04-02 00:47:59 -05:00
apokalyptik
c9f0bcd878
Update README.md 2020-03-31 10:10:56 -07:00
apokalyptik
481f9001ff
work on formatting 2020-03-31 10:10:10 -07:00
Demitrious Kelly
4938a6057e README update, and rebuild of index.js 2020-03-31 10:00:49 -07:00
Sam Kirkland
98039f1fbe
Added notes about git-ftp-include 2020-02-20 13:16:57 -06:00
SamKirkland
4895f6f251 v3.0.0
Complete rewrite!
Switched from LFTP to git-ftp
Upload diffs based on git history by default
lower case kebab argument names
Migrated from shell to typescript
Added FTP and SFTP tests
.git-ftp-ignore and .git-ftp-include support
2020-02-18 00:34:10 -06:00
Sam Kirkland
5aed021d1b
Merge pull request #17 from mikeybinnswebdesign/patch-3
Add temporary workaround to ARGS list
2019-11-09 22:20:22 -06:00
Fabian Kägy
319b6d2cd8
remove (currently only for beta testers)
As GitHub actions is no longer in Beta I removed the line of it only being available for beta testers
2019-11-10 01:15:05 +01:00
Mikey Binns
fd3d225df7
Add temporary workaround to ARGS list
I found the temporary workaround you mentioned in this issue to be very beneficial, so I am proposing that it be added to the table of flags. I do also see the argument for not including it though, so this is more to open the discussion.
2019-10-10 09:24:55 +01:00
SamKirkland
9c4e4646b8 v2.0.0
SFTP support!
2019-10-08 00:26:19 -05:00
Chandu J S
f8a41d35d1
syntax highlighting types changed
code example's language type in the file was wrong. changed from `shell` to `yml` and `json` to `workflow`
2019-09-18 17:28:39 +04:00
Sam Kirkland
8bbce4e262
Update README.md 2019-09-17 13:32:01 -05:00
Sam Kirkland
e60ff92ee6
Added excluding .git files to FAQ 2019-09-16 15:48:45 -05:00
Sam Kirkland
851cc8a897
Update README.md 2019-09-16 10:49:29 -05:00
Sam Kirkland
bef03c32a5
Update README.md
Changing fTP to FTP
2019-09-16 10:42:35 -05:00
SamKirkland
0fae300950 Updating ReadMe 2019-09-16 00:55:22 -05:00
SamKirkland
f00166c73a Updated README 2019-09-16 00:00:25 -05:00
SamKirkland
2c3915c100 ARGS pass through props feature
Added ARGS option
Added some more examples
2019-09-15 23:56:38 -05:00
Sam Kirkland
25b4cb7043
Updating readme 2019-08-31 17:11:09 -05:00
Sam Kirkland
fe67ba0caa
Updating README to reflect .yaml changes 2019-08-29 00:21:07 -05:00
Filip Troníček
dc0ff7b167
Explanation not explination
Corrected a grammar mistake in README.md
2019-08-08 22:43:57 +02:00
SamKirkland
d1fda48913 Initial commit 2019-01-05 00:48:18 -06:00