snowballtools-base-mirror/packages/deployer
Eric Lewis a7810a34c9
feat: one click deployer (#139)
* feat: one click deployer

This adds a script for deploying whatever is the latest on main, essentially automating the changes specified in the readme.

* fix

* repurpose existing script

* clean up

* fix

* fix

* Update latest record version

---------

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
2024-02-29 13:11:01 +05:30
..
records feat: one click deployer (#139) 2024-02-29 13:11:01 +05:30
config.yml feat: one click deployer (#139) 2024-02-29 13:11:01 +05:30
deploy-frontend.sh feat: one click deployer (#139) 2024-02-29 13:11:01 +05:30
package.json Add deployer package for frontend app (#123) 2024-02-27 11:52:05 +05:30
README.md chore: readme 2024-02-27 12:30:35 -05:00

deployer

  • Install dependencies
    yarn
    
    brew install jq # if you do not have jq installed already
    

Example of how to make the necessary deploy edits here.

Notes

  • Any config env can be updated in records/application-deployment-request.yml
    record:
      ...
      config:
        env:
          LACONIC_HOSTED_CONFIG_app_server_url: https://snowballtools-base-api-001.apps.snowballtools.com
          ...
    
    • On changing LACONIC_HOSTED_CONFIG_app_github_clientid, the GitHub client ID and secret need to be changed in backend config too

Troubleshoot

  • Check deployment status here.

  • Check records here.

  • If deployment fails due to low bond balance

    • Check balances
      # Account balance
      yarn laconic cns account get
      
      # Bond balance
      yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac
      
    • Command to refill bond
      yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000