actions: use git https push
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 14s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 14s
This commit is contained in:
parent
0272f65158
commit
f3a43725ae
1 changed files with 4 additions and 8 deletions
|
@ -14,12 +14,8 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
- name: Deploy
|
- uses: https://github.com/ilkka/git-https-push-action@master
|
||||||
uses: https://github.com/appleboy/scp-action@v0.1.4
|
name: Deploy
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SSH_HOST }}
|
remoteUrl: ${{ secrets.PUSH_REMOTE }}
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
skipHooks: false
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue