mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2025-12-05 11:44:51 +01:00
add new releases/v1 branch to readme
This commit is contained in:
parent
73cab2a2cd
commit
60e94deadd
4 changed files with 14 additions and 18 deletions
12
README.md
12
README.md
|
|
@ -1,20 +1,20 @@
|
|||
# ftp-action
|
||||
|
||||
Automate copying your files via FTP using this GitHub action.
|
||||
Automate copying your files via ftp using this GitHub action.
|
||||
|
||||
## Example usage
|
||||
|
||||
```
|
||||
name: Upload via FTP
|
||||
name: Deploy via ftp
|
||||
on: push
|
||||
jobs:
|
||||
FTP-Action:
|
||||
name: FTP-Action
|
||||
deploy:
|
||||
name: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Deploy FTP
|
||||
uses: sebastianpopp/ftp-action@master
|
||||
- name: Upload ftp
|
||||
uses: sebastianpopp/ftp-action@releases/v1
|
||||
with:
|
||||
host: ${{ secrets.FTP_SERVER }}
|
||||
user: ${{ secrets.FTP_USERNAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue