Merge pull request #6 from itsscb/ft-add-github-action-for-deployment

Ft add GitHub action for deployment
This commit is contained in:
itsscb 2024-06-01 00:24:50 +02:00 committed by GitHub
commit 92e2a8bb37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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