actions test
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 0s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 0s
This commit is contained in:
parent
258e5797cc
commit
9106e22a1a
1 changed files with 6 additions and 18 deletions
|
@ -15,21 +15,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Install rsync
|
||||
run: apt update && apt install -y rsync
|
||||
|
||||
- name: Test rsync
|
||||
run: rsync --help
|
||||
|
||||
- name: Deploy via rsync
|
||||
uses: https://github.com/burnett01/rsync-deployments@6.0.0
|
||||
with:
|
||||
switches: -avzr --delete
|
||||
path: ./
|
||||
remote_path: ~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers
|
||||
remote_host: hosting187597.a2f96.netcup.net
|
||||
remote_user: hosting187597
|
||||
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
apk update && apk add openssh-client rsync
|
||||
eval $(ssh-agent -s)
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" | ssh-add -
|
||||
rsync -avzr --delete . hosting187597@hosting187597.a2f96.netcup.net ~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers
|
||||
|
|
Loading…
Reference in a new issue