test(workflow): ignore frontend/dist/ and see if shuttle sees it as dirty

This commit is contained in:
itsscb 2024-09-06 14:33:59 +02:00
parent 9d481cf5ce
commit 1383885e8f
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,6 @@ jobs:
- uses: shuttle-hq/deploy-action@main
with:
allow-dirty: "true"
# allow-dirty: "true"
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
working-directory: .

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ debug/
target/
frontend/target/
frontend/dist/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html