Skip to content

API 아이유

API 아이유 #9

Workflow file for this run

name: "온폴 CI/CD 실습"
on:
push:
branches:
- feat/api
tags:
- release.*
jobs:
Job1:
runs-on: ubuntu-latest
steps:
- run: echo "내용...${{ github.repository }}"
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: node main.js
# 백엔드
# 업데이트 하는 과정을 명령어로 구성하기
# ex. nodemon -> git pull
# f12 full size screenshot