mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
ci(deploy): improve devnet deployment workflow
This commit is contained in:
@@ -18,10 +18,19 @@ jobs:
|
|||||||
runs-on: goliath
|
runs-on: goliath
|
||||||
environment: "Devnet"
|
environment: "Devnet"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Fetch latest changes
|
||||||
|
run: git fetch --prune --unshallow
|
||||||
|
|
||||||
- name: Stop Devnet
|
- name: Stop Devnet
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
cd ~/ghq/github.com/onsonr/sonr && make stop
|
make stop
|
||||||
|
|
||||||
- name: Start Devnet
|
- name: Start Devnet
|
||||||
run: |
|
run: |
|
||||||
cd ~/ghq/github.com/onsonr/sonr && make start
|
make start
|
||||||
|
|||||||
Reference in New Issue
Block a user