File tree 8 files changed +2026
-399
lines changed
8 files changed +2026
-399
lines changed Original file line number Diff line number Diff line change 24
24
- opened
25
25
- synchronize
26
26
- reopened
27
+ - closed
27
28
branches :
28
29
- main
29
30
push :
38
39
steps :
39
40
- name : Checkout Code
40
41
uses : actions/checkout@v4
42
+ - uses : arduino/setup-protoc@v3
41
43
- name : Setup Rust Toolchain
42
44
uses : actions-rust-lang/setup-rust-toolchain@v1
43
45
with :
49
51
run : cargo +nightly fmt --check
50
52
- name : Cargo Clippy
51
53
run : cargo +nightly clippy --all-features --workspace -- -D warnings
54
+ deploy :
55
+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
56
+ name : Deploy to Shuttle
57
+ runs-on : ubuntu-latest
58
+ permissions :
59
+ contents : write
60
+ steps :
61
+ - name : Checkout Code
62
+ uses : actions/checkout@v4
63
+ - uses : shuttle-hq/deploy-action/deploy-action@vmain
64
+ with :
65
+ deploy-key : ${{ secrets.SHUTTLE_API_KEY }}
Original file line number Diff line number Diff line change 1
1
target /
2
2
.idea /
3
3
.direnv
4
+ /target
5
+ .shuttle *
6
+ Secrets * .toml
You can’t perform that action at this time.
0 commit comments