Resolve merge conflict and set server port to 80
Deploy TrassenPlaner / deploy (push) Failing after 12s Details

This commit is contained in:
Johannes Baumeister 2026-04-20 15:25:18 +02:00
commit 10381a86f2
1 changed files with 1 additions and 5 deletions

View File

@ -1,19 +1,15 @@
# Gitea Deployment Workflow for TrassenPlaner
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: