From 09ef49b04d5026c31b6131a083e5266a24024fd7 Mon Sep 17 00:00:00 2001
From: itsscb <dev@itsscb.de>
Date: Sat, 1 Jun 2024 01:06:01 +0200
Subject: [PATCH] Revert "ft/adds commit after build"

---
 .github/workflows/deploy.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 413bf30..179c983 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -35,10 +35,6 @@ jobs:
       - name: Rename Trunk.toml back
         run: mv Trunk.bkp Trunk.toml
         working-directory: ./frontend
-      - name: Commit build files
-        uses: stefanzweifel/git-auto-commit-action@v5
-        with:
-          commit_message: "Build files from GitHub Actions"
         
       # Deploy backend
       - name: Install Rust
@@ -49,8 +45,8 @@ jobs:
       - name: Deploy to shuttle.rs
         uses: shuttle-hq/deploy-action@main
         with:          
+          allow-dirty: "true"
           deploy-key: ${{ secrets.SHUTTLE_TOKEN }}
-          # allow-dirty: "true"
         # run: cargo install --locked cargo-shuttle
       # - name: Deploy to Shuttle
       #   env: