Compare commits

..
Author SHA1 Message Date
Thunnini c69788989d Change contract 2022-12-13 13:46:47 +09:00
Thunnini ef68b49027 Change contract address 2022-12-12 18:57:59 +09:00
Thunnini c900e86e3a Fix unknown problem 2022-12-12 18:57:49 +09:00
Thunnini de2a90457e WIP: test execute 2022-12-12 17:50:52 +09:00
Thunnini 7ae09a0c11 Change some typings 2022-12-12 17:50:40 +09:00
Thunnini 1ea85324aa Use Buffer package instead of Buffer on nodejs 2022-12-12 16:12:04 +09:00
365 changed files with 981 additions and 11101 deletions
-34
View File
@@ -1,34 +0,0 @@
name: Publish ApplicationRecord to Registry
on:
release:
types: [published]
push:
branches:
- publish-to-registry
env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_LACONIC_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_LACONIC_BOND_ID }}
jobs:
cns_publish:
runs-on: ubuntu-latest
steps:
- name: "Clone project repository"
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: "Enable Yarn"
run: corepack enable
- name: "Install registry CLI"
run: |
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
npm install -g @cerc-io/laconic-registry-cli
- name: "Install jq"
run: apt -y update && apt -y install jq
- name: "Publish Application Record"
run: scripts/publish-app-record.sh
- name: "Request Deployment"
run: scripts/request-app-deployment.sh
+1 -3
View File
@@ -49,6 +49,4 @@ build
.sentryclirc
# Intelij files
.idea
# Sentry
.sentryclirc
.idea
Generated
+33 -4029
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More