build-deploy workflow hinzugefügt.
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 2m3s

This commit is contained in:
2025-12-30 15:01:31 +01:00
parent 9f1e8d7051
commit e9a5db619b
6 changed files with 58 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
name: Angular Build & Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Build and Run
run: |
# Startet den Build-Prozess auf deinem Server
docker compose up -d --build