Skip to content

feat: js script to add user from .csv #35

feat: js script to add user from .csv

feat: js script to add user from .csv #35

Workflow file for this run

name: staging
on:
push:
branches:
- testing
jobs:
deploy:
name: Deploy staging
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: appleboy/ssh-action@v0.1.7
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: |
cd test
git pull
pm2 restart test