Updating ReadMe

This commit is contained in:
SamKirkland 2019-09-16 00:55:22 -05:00
parent f00166c73a
commit 0fae300950

View File

@ -52,16 +52,17 @@ Custom lftp arguments, this field is passed through directly into the lftp scrip
You can use as many arguments as you want, seperate them with a space You can use as many arguments as you want, seperate them with a space
| Argument | Description | | Argument | Description |
|---------------------|------------------------------------------------------------------| |---------------------|----------------------------------------------------------------------|
| `--delete` | Delete files not present at the source | | `--delete` | Delete files not present at the source |
| `--transfer-all` | Transfer all files, even seemingly the same at the target site | | `--transfer-all` | Transfer all files, even seemingly the same at the target site |
| `--dry-run` | Ouputs a list of files that will be created/modified to sync your source without making any actual changes | | `--dry-run` | Ouputs files that will be modified without making any actual changes |
| `--include-glob=GP` | Include matching files (GP is a glob pattern, e.g. `*.zip') | | `--include=` | Include matching files |
| `--exclude-glob=GP` | Exclude matching files (GP is a glob pattern, e.g. `*.zip') | | `--exclude=` | Exclude matching files |
| `--include-glob=GP` | Include matching files (GP is a glob pattern, e.g. `*.zip`) |
| `--exclude-glob=GP` | Exclude matching files (GP is a glob pattern, e.g. `*.zip`) |
| `--no-empty-dirs` | Don't create empty directories | | `--no-empty-dirs` | Don't create empty directories |
## Common Examples ## Common Examples
### Build and Publish React/Angular/Vue/Node Website ### Build and Publish React/Angular/Vue/Node Website
Make sure you have an npm script named 'build'. This config should work for most node built websites Make sure you have an npm script named 'build'. This config should work for most node built websites
@ -121,6 +122,10 @@ jobs:
##### Want another example? Let me know by creating a github issue ##### Want another example? Let me know by creating a github issue
## FAQ
1. `rm: Access failed: 553 Prohibited file name: ./.ftpquota`
* The `.ftpquota` file is created by some FTP Servers and cannot be modified by the user
* **Fix:** Add `--exclude=.ftpquota` to your ARGS
#### Deprecated main.workflow config (used for beta/legacy apps that haven't been migrated to .yaml workflows yet) #### Deprecated main.workflow config (used for beta/legacy apps that haven't been migrated to .yaml workflows yet)
```json ```json