Merge pull request #6 from itsscb/ft-add-github-action-for-deployment
Ft add GitHub action for deployment
This commit is contained in:
commit
92e2a8bb37
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -42,8 +42,8 @@ jobs:
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Install cargo-shuttle
|
||||
- uses: shuttle-hq/deploy-action@main
|
||||
- name: Deploy to shuttle.rs
|
||||
uses: shuttle-hq/deploy-action@main
|
||||
with:
|
||||
deploy-key: ${{ secrets.SHUTTLE_TOKEN }}
|
||||
# run: cargo install --locked cargo-shuttle
|
||||
@ -53,4 +53,3 @@ jobs:
|
||||
# run: |
|
||||
# cargo shuttle login --api-key $SHUTTLE_TOKEN
|
||||
# cargo shuttle deploy
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user