André Menrath
f3a43725ae
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 14s
21 lines
466 B
YAML
21 lines
466 B
YAML
name: Deploy to https://wordpress-test.event-federation.eu/
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
if: secrets.SSH_PRIVATE_KEY != ''
|
|
|
|
steps:
|
|
- name: Checkout Repository
|
|
uses: https://code.forgejo.org/actions/checkout@v4
|
|
|
|
- uses: https://github.com/ilkka/git-https-push-action@master
|
|
name: Deploy
|
|
with:
|
|
remoteUrl: ${{ secrets.PUSH_REMOTE }}
|
|
skipHooks: false
|