File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717
18+ - uses : actions-rs/toolchain@v1
19+ with :
20+ profile : minimal
21+ toolchain : stable
22+
1823 - uses : nrwl/nx-set-shas@v2
1924 with :
2025 main-branch-name : master
3843 token : ${{ secrets.DEPLOY_KEY }}
3944 repository-name : feakin/online
4045 folder : packages/render/dist
46+
47+ - name : Build
48+ run : cargo build --release --manifest-path=server/server/Cargo.toml
49+
50+ - uses : akhileshns/heroku-deploy@v3.12.12 # This is the action
51+ with :
52+ heroku_api_key : ${{secrets.HEROKU_API_KEY}}
53+ heroku_app_name : " phodal"
54+ heroku_email : " gmszone@qq.com"
Original file line number Diff line number Diff line change 1+ web : server/server/target/release/server
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments