Skip to content

working jwt tokens DONT MERGE YET UNTIL READY TO BREAK #60

working jwt tokens DONT MERGE YET UNTIL READY TO BREAK

working jwt tokens DONT MERGE YET UNTIL READY TO BREAK #60

Workflow file for this run

name: CI/CD Pipeline
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Deploy to Server
run: |
ssh -v -o StrictHostKeyChecking=no [email protected] "cd A2ChatBackend && git pull origin main && npm i"