revert 76490ef016
Some checks failed
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Failing after 2s

revert Update .gitea/workflows/deploy.yml
This commit is contained in:
2026-01-30 17:16:04 +00:00
parent f7de19ec89
commit 445e39183b

View File

@@ -1,14 +1,20 @@
name: Deploy Workshop-Wahlen (DEV / PROD)
on:
push:
branches:
- develop
- main
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: docker.gitea.com/runner-images:ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
# DEV
- name: Deploy to DEV
if: github.ref == 'refs/heads/develop'
uses: appleboy/scp-action@v0.1.7
@@ -25,6 +31,7 @@ jobs:
target: "/dev.konfi-castle.com/wp-content/plugins/konficastle-workshopwahl/"
rm: true
# PROD
- name: Deploy to PROD
if: github.ref == 'refs/heads/main'
uses: appleboy/scp-action@v0.1.7