Revert "ft/adds commit after build"

This commit is contained in:
itsscb 2024-06-01 01:06:01 +02:00 committed by GitHub
parent 8c08b632b7
commit 09ef49b04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: