Skip to content

auth.js: ⬆ Update verification email content #53

auth.js: ⬆ Update verification email content

auth.js: ⬆ Update verification email content #53

Workflow file for this run

name: Deploy to server
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.SERVER_IP }}
username: deploy
key: ${{ secrets.SSH_KEY }}
script: |
cd /opt/dash
git pull origin main
npm install --production
sudo systemctl restart dash