Skip to content

Commit

Permalink
deploy-mainnet-prod.yml - prod deploy cd
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 30, 2024
1 parent 3dc9451 commit 7a4f959
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy-mainnet-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Deploy app to Mainnet (Production)
on:
push:
branches: [main]
jobs:
deploy-mainnet:
uses: wpdas/alem/.github/workflows/deploy.yml@main
with:
signer-account-address: potlock.near
signer-public-key: ed25519:89GJgK9CXwaGXD4Rv3BKybqwGifDa8Cdap1M5zc3w4BY
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.SIGNER_PRIVATE_KEY }}

0 comments on commit 7a4f959

Please sign in to comment.