Skip to content

[feat] Append date of event to template for member add success message #48

[feat] Append date of event to template for member add success message

[feat] Append date of event to template for member add success message #48

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deployment:
name: Deploy to AWS
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build --if-present
- name: Deploy
run: npm run deploy