Skip to content

add api url to components #75

add api url to components

add api url to components #75

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Start deployment
if: github.ref == 'refs/heads/main'
uses: peter-evans/repository-dispatch@v2.1.1
with:
token: ${{ secrets.GITHUBACTION_TOKEN }}
repository: ${{ github.repository }}
event-type: trigger-cd