wordpress-activitypub-event.../.forgejo/workflows/deploy.yml
André Menrath f3a43725ae
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 14s
actions: use git https push
2023-11-26 09:56:53 +01:00

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