Skip to content

correct-chain-id (#282) #163

correct-chain-id (#282)

correct-chain-id (#282) #163

Workflow file for this run

name: Deploy
on:
# Push to long living branches or PRs
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update the repo from web server
uses: appleboy/[email protected]
env:
NODE_OPTIONS: --openssl-legacy-provider
CI: false
with:
host: ${{ secrets.WEB_SERVER }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PRIV_KEY }}
envs: CI, NODE_OPTIONS
script: |
cd ~/multisig-ui-prod
git checkout main
bash deploy.sh