Skip to content

fix: Update application URLs and correct target URL path in email mar… #12

fix: Update application URLs and correct target URL path in email mar…

fix: Update application URLs and correct target URL path in email mar… #12

name: Deploy To Server
on:
push:
branches:
- dev
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install