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:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Install cargo-shuttle
|
- name: Deploy to shuttle.rs
|
||||||
- uses: shuttle-hq/deploy-action@main
|
uses: shuttle-hq/deploy-action@main
|
||||||
with:
|
with:
|
||||||
deploy-key: ${{ secrets.SHUTTLE_TOKEN }}
|
deploy-key: ${{ secrets.SHUTTLE_TOKEN }}
|
||||||
# run: cargo install --locked cargo-shuttle
|
# run: cargo install --locked cargo-shuttle
|
||||||
@ -53,4 +53,3 @@ jobs:
|
|||||||
# run: |
|
# run: |
|
||||||
# cargo shuttle login --api-key $SHUTTLE_TOKEN
|
# cargo shuttle login --api-key $SHUTTLE_TOKEN
|
||||||
# cargo shuttle deploy
|
# cargo shuttle deploy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user