Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MJAISE authored Oct 26, 2020
1 parent 3c2790f commit 04e1aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Example usage to `/.github/workflows/*.yml` file

```
- name: Laravel Rsync Deploy
uses: MJA/Laravel-Rsync-Deploy-Migrate@master
uses: MJAISE/Laravel-Rsync-Deploy-Migrate@master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "--ignore-times --compress --verbose --exclude=.git --exclude=.github --exclude=node_modules --no-perms --no-owner --no-group --recursive"
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
npm install && npm run production
- name: Laravel Rsync Deploy
uses: MJA/Laravel-Rsync-Deploy-Migrate@master
uses: MJAISE/Laravel-Rsync-Deploy-Migrate@master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "--ignore-times --compress --verbose --exclude=.git --exclude=.github --exclude=node_modules --no-perms --no-owner --no-group --recursive"
Expand Down

0 comments on commit 04e1aaa

Please sign in to comment.