mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add CI workflow for deploying network
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: Deploy Network
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
branches:
|
||||
- develop
|
||||
- feature/*
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
devnet_restart:
|
||||
name: Restart Devnet
|
||||
runs-on: ubuntu-latest
|
||||
environment: "Devnet"
|
||||
steps:
|
||||
# Run `git checkout`
|
||||
- uses: actions/checkout@v3
|
||||
Reference in New Issue
Block a user