mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
ci(deploy): improve devnet deployment workflow
This commit is contained in:
parent
6f5b079f51
commit
babab1e09e
13
.github/workflows/deploy-net.yml
vendored
13
.github/workflows/deploy-net.yml
vendored
@ -18,10 +18,19 @@ jobs:
|
||||
runs-on: goliath
|
||||
environment: "Devnet"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fetch latest changes
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Stop Devnet
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd ~/ghq/github.com/onsonr/sonr && make stop
|
||||
make stop
|
||||
|
||||
- name: Start Devnet
|
||||
run: |
|
||||
cd ~/ghq/github.com/onsonr/sonr && make start
|
||||
make start
|
||||
|
Loading…
x
Reference in New Issue
Block a user