Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Passport
- react#로스트아크#mbti#테스트
- updateone
- connect-mongo
- 정적 페이지
- typescript #react #jsx #component #usestate
- typescript #class #extends #public #private #protected #static
- GitHub Actions
- typescript #constructor #class #public #private
- CSS
- deserializeUser
- github#githubpages#빈화면#basename
- e.target
- typescript #unknown
- ejs 문법
- TypeScript #문법
- mongodb 입출력
- github#githubpages#gh-pages#deploy
- expess
- typescript #import #export #*
- insertone
- git#github#init#add#commit#restore#log#staging area#repository#git사용법
- git vscode
- sendFile
- updatemany
- __dirname
- github#로컬저장소#원격저장소
- Promise #async #await #try #catch
- serializeUser
- typescript #class #constructor #public #private #static #extends #protected #typeof #in #instanceof #never
Archives
- Today
- Total
목록GitHub Actions (1)
VaIice의 이야기

1. Github 환경 변수 등록 2. Github Actions workflow 폴더의 root에서 .github/workflow/deploy.yml name: deployon: push: branches: [master] pull_request: branches: [master]jobs: deploy: runs-on: ubuntu-20.04 strategy: matrix: node-version: [18.x] steps: - name: Checkout source code uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} ..
[Node.js]
2024. 7. 22. 20:21