Skip to content

feat: 프로젝트 초기 세팅 #1

feat: 프로젝트 초기 세팅

feat: 프로젝트 초기 세팅 #1

Workflow file for this run

name: Deploy to cloudtype
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2