actions test
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 8s

This commit is contained in:
André Menrath 2023-11-25 12:40:41 +01:00
parent ebfef6461f
commit af6df31476

View file

@ -14,9 +14,8 @@ jobs:
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- run: | - run: mkdir ~/.ssh
mkdir ~/.ssh - run: apt update && apt add openssh-client rsync
apt update && apt add openssh-client rsync - run: eval $(ssh-agent -s)
eval $(ssh-agent -s) - run: echo "${{ secrets.SSH_PRIVATE_KEY }}" | ssh-add -
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
rsync -avzr --delete . hosting187597@hosting187597.a2f96.netcup.net ~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers