Skip to content

Add wormhole ntt manager config #8

Add wormhole ntt manager config

Add wormhole ntt manager config #8

name: CI/CD
on:
push:
branches:
- main
jobs:
deploy_to_aeHosting:
runs-on: ubuntu-latest
name: A job to deploy file to aeHosting
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '21.2'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy to aeHosting
id: deploy
uses: archethic-foundation/[email protected]
with:
seed: ${{ secrets.ARCH_BASE_MAINNET_SEED }}
endpoint: "https://mainnet.archethic.net"
path: "./dist"
keychainFundingService: "archethic-wallet-archethic-front-app"
keychainWebsiteService: "aeweb-UCO-Migration"
sslCertificateFile: "certificate_mainnet.crt"
sslKey: ${{ secrets.SSL_KEY_MAINNET }}
sendTransactionTimeout: 180
percentageOfConfirmations: 50