mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 22:15:05 +00:00
Update README.md
This commit is contained in:
parent
3576f3af9c
commit
6d051eb8e8
10
README.md
10
README.md
@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.2
|
uses: actions/checkout@v2.3.2
|
||||||
|
|
||||||
- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
uses: SamKirkland/FTP-Deploy-Action@beta-4
|
uses: SamKirkland/FTP-Deploy-Action@beta-v4
|
||||||
with:
|
with:
|
||||||
server: ftp.samkirkland.com
|
server: ftp.samkirkland.com
|
||||||
username: myFtpUserName
|
username: myFtpUserName
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
uses: SamKirkland/FTP-Deploy-Action@beta-4
|
uses: SamKirkland/FTP-Deploy-Action@beta-v4
|
||||||
with:
|
with:
|
||||||
server: ftp.samkirkland.com
|
server: ftp.samkirkland.com
|
||||||
username: myFtpUserName
|
username: myFtpUserName
|
||||||
@ -119,7 +119,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.2
|
uses: actions/checkout@v2.3.2
|
||||||
|
|
||||||
- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
uses: SamKirkland/FTP-Deploy-Action@beta-4
|
uses: SamKirkland/FTP-Deploy-Action@beta-v4
|
||||||
with:
|
with:
|
||||||
server: ftp.samkirkland.com
|
server: ftp.samkirkland.com
|
||||||
username: myFtpUserName
|
username: myFtpUserName
|
||||||
@ -141,7 +141,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.2
|
uses: actions/checkout@v2.3.2
|
||||||
|
|
||||||
- name: 📂 Sync files
|
- name: 📂 Sync files
|
||||||
uses: SamKirkland/FTP-Deploy-Action@beta-4
|
uses: SamKirkland/FTP-Deploy-Action@beta-v4
|
||||||
with:
|
with:
|
||||||
server: ftp.samkirkland.com
|
server: ftp.samkirkland.com
|
||||||
username: myFtpUserName
|
username: myFtpUserName
|
||||||
@ -198,4 +198,4 @@ Example of `package.json`:
|
|||||||
"deploy": "ftp-deploy --server ftp.samkirkland.com --username test@samkirkland.com --password \"CrazyUniquePassword&%123\"",
|
"deploy": "ftp-deploy --server ftp.samkirkland.com --username test@samkirkland.com --password \"CrazyUniquePassword&%123\"",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user