Skip to content

remove SSL conf

remove SSL conf #3

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"
sendTransactionTimeout: 180
percentageOfConfirmations: 50