actions test
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 7s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 7s
This commit is contained in:
parent
4b37681950
commit
ebfef6461f
1 changed files with 7 additions and 8 deletions
|
@ -13,11 +13,10 @@ jobs:
|
||||||
if: secrets.SSH_PRIVATE_KEY != ''
|
if: secrets.SSH_PRIVATE_KEY != ''
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
- run: |
|
||||||
run: |
|
mkdir ~/.ssh
|
||||||
mkdir ~/.ssh
|
apt update && apt add openssh-client rsync
|
||||||
apt update && apt add openssh-client rsync
|
eval $(ssh-agent -s)
|
||||||
eval $(ssh-agent -s)
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" | ssh-add -
|
||||||
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
|
||||||
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