actions test
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
2c1bb8f248
commit
766e990693
1 changed files with 4 additions and 12 deletions
|
@ -3,17 +3,9 @@
|
||||||
name: Deploy to https://wordpress-test.event-federation.eu/
|
name: Deploy to https://wordpress-test.event-federation.eu/
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
inputs:
|
branches:
|
||||||
wordpress_instance:
|
- main
|
||||||
description: The WordPress instance
|
|
||||||
required: true
|
|
||||||
default: 'wordpress-test.event-federation.eu'
|
|
||||||
type: choice
|
|
||||||
options:
|
|
||||||
- wordpress-test.event-federation.eu
|
|
||||||
- wordpress-test1.event-federation.eu
|
|
||||||
- wordpress-test2.event-federation.eu
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -27,4 +19,4 @@ jobs:
|
||||||
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
|
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
|
||||||
|
|
||||||
- name: Deploy via Rsync
|
- name: Deploy via Rsync
|
||||||
run: rsync -r --delete-after $GITHUB_WORKSPACE/ hosting187597@hosting187597.a2f96.netcup.net:~/${{ inputs.wordpress_instance }}/wp-content/plugins/activitypub-event-transformers
|
run: rsync -r --delete-after $GITHUB_WORKSPACE/ hosting187597@hosting187597.a2f96.netcup.net:~/wordpress-test.event-federation.eu/wp-content/plugins/activitypub-event-transformers
|
||||||
|
|
Loading…
Reference in a new issue