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 | 31 |
Tags
- serializeUser
- Promise #async #await #try #catch
- typescript #class #extends #public #private #protected #static
- typescript #constructor #class #public #private
- github#githubpages#gh-pages#deploy
- 정적 페이지
- expess
- insertone
- deserializeUser
- github#githubpages#빈화면#basename
- updatemany
- __dirname
- typescript #class #constructor #public #private #static #extends #protected #typeof #in #instanceof #never
- e.target
- CSS
- git vscode
- typescript #unknown
- updateone
- GitHub Actions
- git#github#init#add#commit#restore#log#staging area#repository#git사용법
- typescript #react #jsx #component #usestate
- Passport
- github#로컬저장소#원격저장소
- react#로스트아크#mbti#테스트
- mongodb 입출력
- sendFile
- TypeScript #문법
- connect-mongo
- typescript #import #export #*
- ejs 문법
Archives
- Today
- Total
목록Workflow (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