Skip to content

Remove Visual Guide and standardize highlighted cards styling on cogn… #6

Remove Visual Guide and standardize highlighted cards styling on cogn…

Remove Visual Guide and standardize highlighted cards styling on cogn… #6

Workflow file for this run

name: Deploy to VPS
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to VPS via SSH
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.SSH_HOST }}
REMOTE_USER: ${{ secrets.SSH_USER }}
TARGET: ${{ secrets.SSH_TARGET_DIR }} # e.g. /var/www/vhosts/yourdomain.com/httpdocs
EXCLUDE: "/.git/, /.github/, /node_modules/"