snowballtools-base/packages/deployer
Nabarun 8bd1e17fd2
All checks were successful
Lint / lint (20.x) (push) Successful in 4m33s
Add template for NextJS app (#34)
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75)

- Add hotfix for updating old DB with new org slug
- Add remove-deployment script (for debugging)
- Part of #28
![image](/attachments/ceb0d4d6-4fa7-4914-ad18-c57d9d0f5b95)

Co-authored-by: Isha <ishavenikar7@gmail.com>
Reviewed-on: #34
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2024-11-06 07:26:53 +00:00
..
records Add template for NextJS app (#34) 2024-11-06 07:26:53 +00:00
staging-records Add template for NextJS app (#34) 2024-11-06 07:26:53 +00:00
test Upgrade from laconic-sdk to registry-sdk (#1) 2024-10-16 08:43:51 +00:00
.env.example Update script to pay webapp deployer before deployment request (#14) 2024-10-25 10:01:22 +00:00
config.staging.yml Upgrade from laconic-sdk to registry-sdk (#1) 2024-10-16 08:43:51 +00:00
config.yml Check deployment status while creating project with single deployer (#15) 2024-10-25 10:47:04 +00:00
deploy-frontend.sh Add template for NextJS app (#34) 2024-11-06 07:26:53 +00:00
deploy-frontend.staging.sh Add template for NextJS app (#34) 2024-11-06 07:26:53 +00:00
package.json Update frontend deployment script (#3) 2024-10-18 12:53:24 +00:00
README.md Upgrade from laconic-sdk to registry-sdk (#1) 2024-10-16 08:43:51 +00:00
remove-deployment.sh Add template for NextJS app (#34) 2024-11-06 07:26:53 +00: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 registry account get
      
      # Bond balance
      yarn laconic registry bond get --id 99c0e9aec0ac1b8187faa579be3b54f93fafb6060ac1fd29170b860df605be32
      
    • Command to refill bond

      yarn laconic registry bond refill --id 99c0e9aec0ac1b8187faa579be3b54f93fafb6060ac1fd29170b860df605be32 --type alnt --quantity 10000000