Skip to content

feat: /course buttons show "Leetcode" and "Answer" #77

feat: /course buttons show "Leetcode" and "Answer"

feat: /course buttons show "Leetcode" and "Answer" #77

Workflow file for this run

name: Deploy to Production
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy to VM
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.VM_HOST }}
username: ${{ secrets.VM_USER }}
key: ${{ secrets.VM_SSH_KEY }}
script: |
cd /root/algolounge.com
git pull --rebase
./deploy