From ff4ecb3d3c54dbdd0575e567218ea0e46c921980 Mon Sep 17 00:00:00 2001 From: itsscb Date: Sat, 1 Jun 2024 00:54:08 +0200 Subject: [PATCH] ft/adds commit after build --- .github/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 179c983..413bf30 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,10 @@ 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 @@ -45,8 +49,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: