Skip to content

Added the cover image endpoint in the user profile section #56

Added the cover image endpoint in the user profile section

Added the cover image endpoint in the user profile section #56

Workflow file for this run

name: Deploy to EC2
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy via SSH
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_SSH_KEY }}
script: |
export PATH=$PATH:/home/ubuntu/.nvm/versions/node/v24.13.0/bin
cd DevSync-backend
git pull origin main
npm install
pm2 restart devsync-backend