mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
Fixed example to fetch master (#2)
* Fixed example to fetch master * Updates repository name to reflect Github repo and action
This commit is contained in:
parent
8d5a749f7b
commit
509bdbe5e4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: deployer/deploy@v1
|
uses: deployphp/action@master
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.PRIVATE_KEY }}
|
private-key: ${{ secrets.PRIVATE_KEY }}
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }}
|
known-hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
@ -37,7 +37,7 @@ deploy:
|
|||||||
with:
|
with:
|
||||||
php-version: 7.4
|
php-version: 7.4
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: deployer/deploy@v1
|
uses: deployphp/action@master
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.PRIVATE_KEY }}
|
private-key: ${{ secrets.PRIVATE_KEY }}
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }}
|
known-hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
|
Loading…
Reference in New Issue
Block a user