diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 848b194..87a8682 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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: @@ -34,4 +30,4 @@ jobs: echo "DB_SCHEMA=wind_projekt_bwscheddebrock" >> .env docker compose up -d --build --force-recreate - docker image prune -f + docker image prune -f \ No newline at end of file