Skip to content

Commit

Permalink
update deploy workflow to use old.potlock.near
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Apr 29, 2024
1 parent 5696d15 commit 30a1fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
with:
deploy-env: "mainnet"
bw-legacy: true
app-name: "potlock"
deploy-account-address: potlock.near
signer-account-address: potlock.near
signer-public-key: ed25519:3iWoL6haUT3FGd9KJjwpAS8fLqk7hAdyBX8trD3vSh6C
app-name: "potlock-old"
deploy-account-address: old.potlock.near
signer-account-address: old.potlock.near
signer-public-key: ed25519:9TJVdgA7xRd5HRxysq698CSG7usg23ptjD3YZ8pyNUzr
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.SIGNER_PRIVATE_KEY }}

0 comments on commit 30a1fad

Please sign in to comment.