mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 11:59:48 -05:00
chore(deploy): restart the project before deployment
This commit is contained in:
parent
9e61cca98e
commit
e3a634b7af
1 changed files with 2 additions and 0 deletions
2
.github/workflows/shuttle.yml
vendored
2
.github/workflows/shuttle.yml
vendored
|
@ -27,5 +27,7 @@ jobs:
|
|||
run: sed -i 's|default = \[\]|default = \["shuttle"\]|g' Cargo.toml
|
||||
- name: Login
|
||||
run: cargo shuttle login --api-key ${{ secrets.SHUTTLE_TOKEN }}
|
||||
- name: Restart
|
||||
run: cargo shuttle project restart
|
||||
- name: Deploy
|
||||
run: cargo shuttle deploy --allow-dirty --no-test
|
||||
|
|
Loading…
Reference in a new issue