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