Skip to content

Merge pull request #100 from CS3219-AY2324S1/feat/add-notification #4

Merge pull request #100 from CS3219-AY2324S1/feat/add-notification

Merge pull request #100 from CS3219-AY2324S1/feat/add-notification #4

name: Deploy to Production
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Make script executable
run: chmod +x ./deploy.sh
- name: Deploy to Production
run: ./deploy.sh