Merge pull request #131 from snowball-tools/ericlewis/deploy-2
chore(deployment): 1.1.3
This commit is contained in:
commit
2f62d086de
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
RECORD_FILE=records/application-record.yml
|
RECORD_FILE=records/application-record.yml
|
||||||
CONFIG_FILE=config.yml
|
CONFIG_FILE=config.yml
|
||||||
RCD_APP_VERSION="0.1.1"
|
RCD_APP_VERSION="0.1.3"
|
||||||
REPO_REF="13fc92bf0e5d145645fe678c7f30f0c51ebf0226"
|
REPO_REF="513ca69d01bee857cf207a0605483205b384e218"
|
||||||
|
|
||||||
# Publish ApplicationRecord
|
# Publish ApplicationRecord
|
||||||
RECORD_ID=$(yarn --silent laconic -c $CONFIG_FILE cns record publish --filename $RECORD_FILE | jq -r '.id')
|
RECORD_ID=$(yarn --silent laconic -c $CONFIG_FILE cns record publish --filename $RECORD_FILE | jq -r '.id')
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
record:
|
record:
|
||||||
type: ApplicationDeploymentRequest
|
type: ApplicationDeploymentRequest
|
||||||
version: '1.0.0'
|
version: '1.0.0'
|
||||||
name: snowballtools-base-frontend@0.1.1
|
name: snowballtools-base-frontend@0.1.3
|
||||||
application: crn://snowballtools/applications/snowballtools-base-frontend@0.1.1
|
application: crn://snowballtools/applications/snowballtools-base-frontend@0.1.3
|
||||||
dns: dashboard
|
dns: dashboard
|
||||||
config:
|
config:
|
||||||
env:
|
env:
|
||||||
@ -16,6 +16,6 @@ record:
|
|||||||
LACONIC_HOSTED_CONFIG_app_wallet_connect_id: eda9ba18042a5ea500f358194611ece2
|
LACONIC_HOSTED_CONFIG_app_wallet_connect_id: eda9ba18042a5ea500f358194611ece2
|
||||||
meta:
|
meta:
|
||||||
# Set CURRENT_DATE_TIME; Use command date -u
|
# Set CURRENT_DATE_TIME; Use command date -u
|
||||||
note: Added by Snowball @ Tue Feb 27 16:55:02 UTC 2024
|
note: Added by Snowball @ Tue Feb 27 17:24:06 UTC 2024
|
||||||
repository: "https://git.vdb.to/cerc-io/snowballtools-base"
|
repository: "https://git.vdb.to/cerc-io/snowballtools-base"
|
||||||
repository_ref: 13fc92bf0e5d145645fe678c7f30f0c51ebf0226
|
repository_ref: 513ca69d01bee857cf207a0605483205b384e218
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
record:
|
record:
|
||||||
type: ApplicationRecord
|
type: ApplicationRecord
|
||||||
version: 0.0.8
|
version: 0.0.11
|
||||||
repository_ref: 13fc92bf0e5d145645fe678c7f30f0c51ebf0226
|
repository_ref: 513ca69d01bee857cf207a0605483205b384e218
|
||||||
repository: ["https://git.vdb.to/cerc-io/snowballtools-base"]
|
repository: ["https://git.vdb.to/cerc-io/snowballtools-base"]
|
||||||
app_type: webapp
|
app_type: webapp
|
||||||
# name is set to repo name
|
# name is set to repo name
|
||||||
name: snowballtools-base-frontend
|
name: snowballtools-base-frontend
|
||||||
# app_version is set from package.json
|
# app_version is set from package.json
|
||||||
app_version: 0.1.1
|
app_version: 0.1.3
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "0.1.1",
|
"version": "0.1.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource-variable/jetbrains-mono": "^5.0.19",
|
"@fontsource-variable/jetbrains-mono": "^5.0.19",
|
||||||
|
Loading…
Reference in New Issue
Block a user