Skip to content

Revert "Add warning for unknwon address for all addresses in summary" #24

Revert "Add warning for unknwon address for all addresses in summary"

Revert "Add warning for unknwon address for all addresses in summary" #24

Workflow file for this run

name: Build & deploy 🔥 Ambire Wallet 🔥 (staging 🧪🔬)
on:
push:
branches:
- development
permissions:
contents: write
jobs:
build:
name: Build & Deploy - (staging 🧪🔬)
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Add SSH key to chekout a private repo
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Checkout code 🛎️
uses: actions/checkout@v3
- name: Install Node.js ⚙️
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install NPM packages ♾️🕳️
run: npm ci
- name: Build project 🛠️
run: npm run build
- name: Deploy 🚀🌕 (staging 🧪🔬)
if: github.ref == 'refs/heads/development'
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
target-folder: staging
cname: wallet.ambire.com