From bc0d10d4c38d2d20de88ac8352ab8571bbbffef4 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Fri, 25 Jul 2025 16:17:41 +0000 Subject: [PATCH] Add published application record (#7) Reviewed-on: https://git.vdb.to/LaconicNetwork/gor-deploy/pulls/7 Co-authored-by: Nabarun Co-committed-by: Nabarun --- deploy/README.md | 2 +- deploy/records/application-record.yml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 deploy/records/application-record.yml diff --git a/deploy/README.md b/deploy/README.md index 313dd1b..c4efb84 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -55,7 +55,7 @@ - Add configuration for the app: ```bash - curl -s https://git.vdb.to/LaconicNetwork/gor-deploy/src/branch/main/.env.example -o .app.env + curl -s https://git.vdb.to/LaconicNetwork/gor-deploy/raw/branch/main/.env.example -o .app.env # Fill in the required values nano .app.env diff --git a/deploy/records/application-record.yml b/deploy/records/application-record.yml new file mode 100644 index 0000000..0be5eb7 --- /dev/null +++ b/deploy/records/application-record.yml @@ -0,0 +1,8 @@ +record: + type: ApplicationRecord + version: 0.0.1 + repository_ref: f6c6147340a8e173520af9b27ffcbc9d5e076fed + repository: ["https://git.vdb.to/LaconicNetwork/gor-deploy"] + app_type: webapp + name: gor-deploy + app_version: 0.1.0