Update README.md
This commit is contained in:
parent
0370813668
commit
7d8c19d72a
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: rsync deployments
|
- name: rsync deployments
|
||||||
uses: mickr/rsync-deployments@master
|
uses: burnett01/rsync-deployments@master
|
||||||
with:
|
with:
|
||||||
switches: -avzr --delete
|
switches: -avzr --delete
|
||||||
excludes: ""
|
excludes: ""
|
||||||
|
@ -50,4 +50,4 @@ jobs:
|
||||||
|
|
||||||
If you're using GitHub Actions, you'll probably already know that it's still in limited public beta, and GitHub advise against using Actions in production.
|
If you're using GitHub Actions, you'll probably already know that it's still in limited public beta, and GitHub advise against using Actions in production.
|
||||||
|
|
||||||
So, check your keys. Check your deployment paths. And use at your own risk.
|
So, check your keys. Check your deployment paths. And use at your own risk.
|
||||||
|
|
Loading…
Reference in a new issue