test(workflow): ignore frontend/dist/ and see if shuttle sees it as dirty
This commit is contained in:
parent
9d481cf5ce
commit
1383885e8f
2
.github/workflows/prod.yml
vendored
2
.github/workflows/prod.yml
vendored
@ -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
1
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user