snowballtools-base-mirror/packages/deployer
Gilbert 2bb5feeb88 Laconic frontend deployment
Squashed commit of the following:

commit 86e6600749
Author: Nabarun <nabarun@deepstacksoft.com>
Date:   Tue May 21 11:59:32 2024 +0530

    Update staging deployment records with new config values

commit 3f11ff3da1
Author: Nabarun <nabarun@deepstacksoft.com>
Date:   Tue May 21 11:02:43 2024 +0530

    Update build script for new VITE env variables

commit f614199bb8
Author: Nabarun <nabarun@deepstacksoft.com>
Date:   Fri May 17 12:34:36 2024 +0530

    Update subdomain

commit 0787d2008b
Author: Nabarun <nabarun@deepstacksoft.com>
Date:   Fri May 17 12:03:29 2024 +0530

    Update GitHub client ID and subdomain

commit b9ffb691dc
Author: Nabarun <nabarun@deepstacksoft.com>
Date:   Fri May 17 11:28:22 2024 +0530

    Add staging deployment records

commit 25e47aa5ec
Author: Nabarun <nabarun@deepstacksoft.com>
Date:   Fri May 17 10:56:26 2024 +0530

    Add deployment script for staging
2024-05-22 09:21:00 -05:00
..
records chore: bump deploy 2024-04-04 10:50:39 -04:00
staging-records Laconic frontend deployment 2024-05-22 09:21:00 -05:00
test Add CI to test web app deployment and undeployment (#174) 2024-04-15 14:10:59 +05:30
config.staging.yml Laconic frontend deployment 2024-05-22 09:21:00 -05:00
config.yml Fix frontend deployment config (#148) 2024-02-29 22:45:33 +05:30
deploy-frontend.sh Laconic frontend deployment 2024-05-22 09:21:00 -05:00
deploy-frontend.staging.sh Laconic frontend deployment 2024-05-22 09:21:00 -05:00
package.json feat: support cf workers 2024-04-24 09:59:47 -04:00
README.md Laconic frontend deployment 2024-05-22 09:21:00 -05:00

deployer

  • Install dependencies

    yarn
    
    brew install jq # if you do not have jq installed already
    
  • Run script to deploy app

    • To deploy frontend app to dashboard.staging.apps.snowballtools.com

      ./deploy-frontend.staging.sh
      
    • To deploy frontend app to dashboard.apps.snowballtools.com

      ./deploy-frontend.sh
      
  • Commit the updated ApplicationRecord and ApplicationDeploymentRequest files to the repository

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 in web-app deployer.

  • Check records in registry console app.

  • 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 99c0e9aec0ac1b8187faa579be3b54f93fafb6060ac1fd29170b860df605be32
      
    • Command to refill bond
      yarn laconic cns bond refill --id 99c0e9aec0ac1b8187faa579be3b54f93fafb6060ac1fd29170b860df605be32 --type aphoton --quantity 10000000