Skip to content

Commit

Permalink
deploy when build docker finished (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight committed May 21, 2024
1 parent 1f1d1b0 commit d5c390f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Deploy MAINNET Seed
on:
workflow_dispatch:
inputs:
tagName:
description: 'Tag Name to Checkout'
required: true
default: 'latest'
release:
types: [ published ]
workflow_dispatch:
inputs:
tagName:
description: 'Tag Name to Checkout'
required: true
default: 'latest'
workflow_run:
workflows: ["Build Docker And Deploy Seed"]
types:
- completed

jobs:
deploy-rooch-mainnet:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Deploy TESTNET Seed
on:
workflow_dispatch:
release:
types: [ published ]
workflow_run:
workflows: ["Build Docker And Deploy Seed"]
types:
- completed

jobs:
deploy-rooch-testnet:
Expand Down

0 comments on commit d5c390f

Please sign in to comment.