actions test
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 11s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 11s
This commit is contained in:
parent
af6df31476
commit
55a6489ea7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: mkdir ~/.ssh
|
- run: mkdir ~/.ssh
|
||||||
- run: apt update && apt add openssh-client rsync
|
- run: apt update && apt install -y openssh-client rsync
|
||||||
- run: eval $(ssh-agent -s)
|
- run: eval $(ssh-agent -s)
|
||||||
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" | ssh-add -
|
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" | ssh-add -
|
||||||
- run: rsync -avzr --delete . hosting187597@hosting187597.a2f96.netcup.net ~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers
|
- run: 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