.gitea/workflows/deploy.yml aktualisiert
Deploy TrassenPlaner / deploy (push) Successful in 41s Details

This commit is contained in:
gitea-enwelo-jba 2026-04-20 13:13:18 +00:00
parent edd41e7837
commit 48041d77ce
1 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,16 @@
- name: Deploy via SSH
name: Deploy TrassenPlaner
run-name: ${{ gitea.actor }} is deploying the application
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Deploy via SSH
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOY_HOST }}
@ -6,7 +18,6 @@
key: ${{ secrets.DEPLOY_SSH_KEY }}
port: 22
script: |
# Geänderter Pfad zu /root/
cd /root/bwscheddebrock_trassenplaner || exit
git pull origin main