Merge pull request #129 from snowball-tools/ericlewis/deploy

chore: create new deployment
This commit is contained in:
Eric Lewis 2024-02-27 12:07:43 -05:00 committed by GitHub
commit e34b8d6a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,8 @@
RECORD_FILE=records/application-record.yml
CONFIG_FILE=config.yml
RCD_APP_VERSION="0.1.0"
REPO_REF="353fd0f6219a955be186b5914e93baa9058b4473"
RCD_APP_VERSION="0.1.1"
REPO_REF="13fc92bf0e5d145645fe678c7f30f0c51ebf0226"
# Publish ApplicationRecord
RECORD_ID=$(yarn --silent laconic -c $CONFIG_FILE cns record publish --filename $RECORD_FILE | jq -r '.id')

View File

@ -1,8 +1,8 @@
record:
type: ApplicationDeploymentRequest
version: '1.0.0'
name: snowballtools-base-frontend@0.1.0
application: crn://snowballtools/applications/snowballtools-base-frontend@0.1.0
name: snowballtools-base-frontend@0.1.1
application: crn://snowballtools/applications/snowballtools-base-frontend@0.1.1
dns: dashboard
config:
env:
@ -16,6 +16,6 @@ record:
LACONIC_HOSTED_CONFIG_app_wallet_connect_id: eda9ba18042a5ea500f358194611ece2
meta:
# Set CURRENT_DATE_TIME; Use command date -u
note: Added by Snowball @ <CURRENT_DATE_TIME>
note: Added by Snowball @ Tue Feb 27 16:55:02 UTC 2024
repository: "https://git.vdb.to/cerc-io/snowballtools-base"
repository_ref: 353fd0f6219a955be186b5914e93baa9058b4473
repository_ref: 13fc92bf0e5d145645fe678c7f30f0c51ebf0226

View File

@ -1,10 +1,10 @@
record:
type: ApplicationRecord
version: 0.0.6
repository_ref: 353fd0f6219a955be186b5914e93baa9058b4473
version: 0.0.8
repository_ref: 13fc92bf0e5d145645fe678c7f30f0c51ebf0226
repository: ["https://git.vdb.to/cerc-io/snowballtools-base"]
app_type: webapp
# name is set to repo name
name: snowballtools-base-frontend
# app_version is set from package.json
app_version: 0.1.0
app_version: 0.1.1

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.0.19",