actions test
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 51s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 51s
This commit is contained in:
parent
c996c833e4
commit
31a703bbac
1 changed files with 8 additions and 10 deletions
|
@ -14,14 +14,12 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
- run: rsync --help
|
- name: Deploy
|
||||||
|
uses: appleboy/scp-action@v0.1.4
|
||||||
- name: Deploy via rsync
|
|
||||||
uses: https://github.com/burnett01/rsync-deployments@6.0.0
|
|
||||||
with:
|
with:
|
||||||
switches: -avzr --delete
|
host: ${{ secrets.SSH_HOST }}
|
||||||
path: ./
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
remote_path: ~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers
|
port: ${{ secrets.SSH_PORT }}
|
||||||
remote_host: hosting187597.a2f96.netcup.net
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
remote_user: hosting187597
|
source: "activitypub-event-transformers.php"
|
||||||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
target: ~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers
|
||||||
|
|
Loading…
Reference in a new issue