mirror of
https://github.com/deployphp/action.git
synced 2025-04-01 19:06:35 +00:00
Updates repository name to reflect Github repo and action
This commit is contained in:
parent
194f81ca35
commit
9c3f558315
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: deployer/deploy@master
|
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@master
|
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…
Add table
Reference in a new issue