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

This commit is contained in:
André Menrath 2023-11-25 13:31:33 +01:00
parent e4a23bbf08
commit b5c7c9b2c5

View file

@ -19,4 +19,5 @@ jobs:
- run: chmod 600 ~/.ssh/known_hosts
- run: apt update && apt install -y openssh-client rsync
- run: eval $(ssh-agent -s) && echo "${{ secrets.SSH_PRIVATE_KEY }}" | ssh-add -
- run: rsync -avzr --delete ${{ github.workspace }}/ hosting187597@hosting187597.a2f96.netcup.net:~/wordpress-test.event-federation.eu/wp-content/plugins/
- run: ls -l ~/.ssh
- run: rsync -avzr -e "ssh -i /path/to/your/private-key" --delete ${{ github.workspace }}/ hosting187597@hosting187597.a2f96.netcup.net:~/wordpress-test.event-federation.eu/wp-content/plugins/