From 58906844cc1667ece052467db0fbede2eff7bb72 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 5 Jul 2024 09:36:05 -0600 Subject: [PATCH] Deploy directly from github repo --- packages/deployer/deploy-frontend.sh | 2 +- packages/deployer/deploy-frontend.staging.sh | 2 +- packages/deployer/records/application-deployment-request.yml | 2 +- packages/deployer/records/application-record.yml | 2 +- .../deployer/staging-records/application-deployment-request.yml | 2 +- packages/deployer/staging-records/application-record.yml | 2 +- packages/frontend/README.md | 2 -- 7 files changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/deployer/deploy-frontend.sh b/packages/deployer/deploy-frontend.sh index 0684074..77f319f 100755 --- a/packages/deployer/deploy-frontend.sh +++ b/packages/deployer/deploy-frontend.sh @@ -1,7 +1,7 @@ #!/bin/bash # Repository URL -REPO_URL="https://git.vdb.to/cerc-io/snowballtools-base" +REPO_URL="https://github.com/snowball-tools/snowballtools-base" # Get the latest commit hash from the repository LATEST_HASH=$(git ls-remote $REPO_URL HEAD | awk '{print $1}') diff --git a/packages/deployer/deploy-frontend.staging.sh b/packages/deployer/deploy-frontend.staging.sh index 349893f..92df5db 100755 --- a/packages/deployer/deploy-frontend.staging.sh +++ b/packages/deployer/deploy-frontend.staging.sh @@ -1,7 +1,7 @@ #!/bin/bash # Repository URL -REPO_URL="https://git.vdb.to/cerc-io/snowballtools-base" +REPO_URL="https://github.com/snowball-tools/snowballtools-base" # Get the latest commit hash from the repository LATEST_HASH=$(git ls-remote $REPO_URL HEAD | awk '{print $1}') diff --git a/packages/deployer/records/application-deployment-request.yml b/packages/deployer/records/application-deployment-request.yml index 4ac07d4..eb2eccb 100644 --- a/packages/deployer/records/application-deployment-request.yml +++ b/packages/deployer/records/application-deployment-request.yml @@ -14,5 +14,5 @@ record: LACONIC_HOSTED_CONFIG_app_wallet_connect_id: eda9ba18042a5ea500f358194611ece2 meta: note: Added by Snowball @ Thu Apr 4 14:49:41 UTC 2024 - repository: "https://git.vdb.to/cerc-io/snowballtools-base" + repository: "https://github.com/snowball-tools/snowballtools-base" repository_ref: 351db16336eacc3e1f9119ceb8d1282b8e27a27e diff --git a/packages/deployer/records/application-record.yml b/packages/deployer/records/application-record.yml index 9c1d614..ea3538f 100644 --- a/packages/deployer/records/application-record.yml +++ b/packages/deployer/records/application-record.yml @@ -2,7 +2,7 @@ record: type: ApplicationRecord version: 0.0.2 repository_ref: 351db16336eacc3e1f9119ceb8d1282b8e27a27e - repository: ["https://git.vdb.to/cerc-io/snowballtools-base"] + repository: ["https://github.com/snowball-tools/snowballtools-base"] app_type: webapp name: snowballtools-base-frontend app_version: 0.1.8 diff --git a/packages/deployer/staging-records/application-deployment-request.yml b/packages/deployer/staging-records/application-deployment-request.yml index e3a022a..1378a94 100644 --- a/packages/deployer/staging-records/application-deployment-request.yml +++ b/packages/deployer/staging-records/application-deployment-request.yml @@ -20,5 +20,5 @@ record: LACONIC_HOSTED_CONFIG_turnkey_organization_id: 5049ae99-5bca-40b3-8317-504384d4e591 meta: note: Added by Snowball @ Mon Jun 24 23:51:48 UTC 2024 - repository: "https://git.vdb.to/cerc-io/snowballtools-base" + repository: "https://github.com/snowball-tools/snowballtools-base" repository_ref: 61e3e88a6c9d57e95441059369ee5a46f5c07601 diff --git a/packages/deployer/staging-records/application-record.yml b/packages/deployer/staging-records/application-record.yml index fa9b408..cbfa4af 100644 --- a/packages/deployer/staging-records/application-record.yml +++ b/packages/deployer/staging-records/application-record.yml @@ -2,7 +2,7 @@ record: type: ApplicationRecord version: 0.0.1 repository_ref: 61e3e88a6c9d57e95441059369ee5a46f5c07601 - repository: ["https://git.vdb.to/cerc-io/snowballtools-base"] + repository: ["https://github.com/snowball-tools/snowballtools-base"] app_type: webapp name: staging-snowballtools-base-frontend app_version: 0.0.0 diff --git a/packages/frontend/README.md b/packages/frontend/README.md index 913dd1d..1caa1a9 100644 --- a/packages/frontend/README.md +++ b/packages/frontend/README.md @@ -46,8 +46,6 @@ yarn dev From the root of the project, -- check if the [gittea repository mirror](https://git.vdb.to/cerc-io/snowballtools-base) is up to date - ### Staging ```zsh