Skip to content

Commit

Permalink
configures workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 7, 2023
1 parent 44db0ed commit 50f3c56
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 96 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/deploy-prod-widgets.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/deploy-widgets-mainnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Deploy 'QuestVerse' App Components to Mainnet

on:
push:
branches: [main]
paths:
- "questverse-widgets/apps/QuestVerse"

jobs:
deploy-mainnet:
runs-on: ubuntu-latest
defaults:
run:
working-directory: questverse-widgets
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Deploy using bos-workspace
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@feat/git-workflows
with:
deploy-env: "mainnet"
app-name: "QuestVerse"
deploy-account-address: ${{ vars.DEPLOY_ACCOUNT_ID }}
signer-account-address: ${{ vars.SIGNER_ACCOUNT_ID }}
signer-public-key: ${{ vars.SIGNER_PUBLIC_KEY }}
signer-private-key: ${{ secrets.SIGNER_PRIVATE_KEY }}
66 changes: 0 additions & 66 deletions .github/workflows/deploy-widgets.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .gitignore

This file was deleted.

0 comments on commit 50f3c56

Please sign in to comment.