Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oktupol committed Dec 19, 2021
1 parent b4fc8bc commit 0c7fcd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Rsync to Onion
uses: oktupol/[email protected].0
uses: oktupol/[email protected].1
with:
source_dir: ./dist/
destination_dir: /var/www/htdocs
Expand All @@ -29,6 +29,8 @@ jobs:
onion_host: ${{ secrets.ONION_HOST }}
onion_client_auth_privatekey: ${{ secret.ONION_CLIENT_AUTH_PRIVATEKEY}}
delete: true
before_rsync_command: 'systemctl myapplication stop'
after_rsync_command: 'systemctl myapplication start'
```
## Input variables:
Expand Down

0 comments on commit 0c7fcd2

Please sign in to comment.