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

This commit is contained in:
André Menrath 2023-11-26 09:56:53 +01:00
parent 0272f65158
commit f3a43725ae

View file

@ -14,12 +14,8 @@ jobs:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: Deploy
uses: https://github.com/appleboy/scp-action@v0.1.4
- uses: https://github.com/ilkka/git-https-push-action@master
name: Deploy
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
port: ${{ secrets.SSH_PORT }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "activitypub-event-transformers.php"
target: ~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers
remoteUrl: ${{ secrets.PUSH_REMOTE }}
skipHooks: false