Skip to content

Test access aeHosting #9

Test access aeHosting

Test access aeHosting #9

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_TESTNET_SEED }}
endpoint: "https://testnet.archethic.net"
path: "./dist"
keychainFundingService: "archethic-wallet-ARCHETHIC.NET"
keychainWebsiteService: "aeweb-UCO-Migration"
sendTransactionTimeout: 180
percentageOfConfirmations: 50