Skip to content

Commit

Permalink
Deploy on netlify
Browse files Browse the repository at this point in the history
* Update gitignore and netlify

* Remove comment

* Update readme with netlify badge
  • Loading branch information
jaykay-p authored Dec 22, 2020
1 parent 88c14f4 commit 14db4ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ coverage
dist/

.DS_Store
# Local Netlify folder
.netlify
.netlify
storybook-static
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 도담도담
[![Netlify Status](https://api.netlify.com/api/v1/badges/2a3e5e7e-c4b1-4903-8b7a-fcd5b0958849/deploy-status)](https://app.netlify.com/sites/dodamdodam/deploys)

### 실행

Expand All @@ -8,7 +9,7 @@ $ yarn bootstrap

# front 시작
# http://localhost:3000/
$ yarn run package:front
$ yarn run package:front

# server 시작
# http://localhost:8080/
Expand All @@ -21,4 +22,5 @@ $ yarn run dev

### 링크

[도담 웹](https://boring-hermann-ae9c58.netlify.app/)
[도담 웹](https://dodamdodam.netlify.app/)
[도담 컴포넌트](https://dodam-components.netlify.app/)
4 changes: 1 addition & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# example netlify.toml
[build]
command = "cd packages/dodam && yarn run build && yarn run export"
publish = "packages/dodam/out"
ignore="git diff --quiet HEAD^ HEAD packages/dodam-server"

0 comments on commit 14db4ae

Please sign in to comment.