redeploy testnet autoclaim service #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Xlayer mainnet Auto Claim Deployment Prod | |
on: | |
push: | |
branches: | |
- batch-claim | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: ./.github/workflows/build_and_deploy.yml | |
with: | |
environment: 'prod' | |
core_app: "xlayer-mainnet-auto-claim" | |
secrets: inherit |