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
345014c342
commit
ad6c1c6277
@ -130,7 +130,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 🚚 Get latest code
|
- name: 🚚 Get latest code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Copy .env
|
# - name: Copy .env
|
||||||
# run: php -r "file_exists('.env') || copy('.env.example', '.env');"
|
# run: php -r "file_exists('.env') || copy('.env.example', '.env');"
|
||||||
@ -155,7 +155,7 @@ jobs:
|
|||||||
server: ${{ secrets.FTP_SERVER }}
|
server: ${{ secrets.FTP_SERVER }}
|
||||||
username: ${{ secrets.FTP_USERNAME }}
|
username: ${{ secrets.FTP_USERNAME }}
|
||||||
password: ${{ secrets.FTP_PASSWORD }}
|
password: ${{ secrets.FTP_PASSWORD }}
|
||||||
server-dir: '/public_html/example/'
|
server-dir: '/public_html/example.com/'
|
||||||
```
|
```
|
||||||
|
|
||||||
#### FTPS
|
#### FTPS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user