Skip to content

added barter settlement option #39

added barter settlement option

added barter settlement option #39

Workflow file for this run

name: splitBhai Backend
on:
push:
branches:
- main
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
node-version: [18.x]
steps:
- name: checkout code repo
uses: actions/checkout@v3
- name: set up node js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "npm"
- name: install dependencies
run: npm ci
- name: create env files
run: |
touch .env
echo "${{secrets.PROD_ENV_FILE}}" > .env
- name: start the server in ec2
run: pm2 restart spliBhai-backendAPI