Skip to content

Commit

Permalink
deploy app
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Jul 21, 2024
1 parent 30cda10 commit 49905d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-mainnet-devhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
#bos components delete devhub.near selected components.admin.ModeratorsConfigurator,components.rfps.CommentsAndLogs,components.rfps.WarningModal,components.rfps.ViewRfpModal,components.rfps.Rfp,components.rfps.Feed,components.rfps.StatusTag,components.rfps.ConfirmCancelModal,components.rfps.StageDropdown,components.rfps.TimelineConfigurator,components.rfps.Editor,components.molecule.RadioButton,components.molecule.DropDown,components.molecule.LinkedRfps,components.molecule.LinkedProposals,components.molecule.LikeButton,components.molecule.ComposeComment,components.molecule.FilterByLabel,components.molecule.LinkedRfpDropdown,components.molecule.Markdown sign-as devhub.near network-config mainnet sign-with-plaintext-private-key --signer-public-key '${{ vars.NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY }}' --signer-private-key '${{ secrets.NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY }}' send
# only try deploying a few components
rm widget/app.jsx
# rm widget/app.jsx
# rm -Rf widget/core
# rm -Rf widget/devhub
#bos components delete devhub.near selected components.molecule.LinkedProposalsDropdown,components.molecule.NavbarDropdown,components.molecule.SimpleMDE,components.molecule.Compose,components.molecule.DropDownWithSearch,components.molecule.MultiSelectCategoryDropdown,components.molecule.AccountInput,components.pages.about,components.pages.admin,components.proposals.Proposal,components.proposals.ViewProposalModal,components.proposals.CommentsAndLogs,components.proposals.Feed,components.proposals.Editor sign-as devhub.near network-config mainnet sign-with-plaintext-private-key --signer-public-key '${{ vars.NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY }}' --signer-private-key '${{ secrets.NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY }}' send
Expand Down

0 comments on commit 49905d0

Please sign in to comment.