This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marocchino
force-pushed
the
new-build
branch
2 times, most recently
from
February 23, 2019 01:59
b8ad4fa
to
ee1b220
Compare
marocchino
force-pushed
the
new-build
branch
from
February 23, 2019 02:03
ee1b220
to
0c48061
Compare
marocchino
force-pushed
the
new-build
branch
2 times, most recently
from
February 23, 2019 02:38
6f399ee
to
5f95f47
Compare
marocchino
force-pushed
the
new-build
branch
5 times, most recently
from
February 23, 2019 04:01
69f4d16
to
88723f3
Compare
88723f3 에서 성공했을때의 로그입니다 이후에 커밋정리하고 필터 적용만 했어요 |
marocchino
force-pushed
the
new-build
branch
from
February 23, 2019 04:08
88723f3
to
65d8f33
Compare
marocchino
commented
Feb 23, 2019
@@ -93,6 +93,7 @@ deploy: | |||
branch: gh-pages | |||
name: deployer | |||
email: [email protected] | |||
repo: [email protected]:nodejs/nodejs-ko.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
원래는 http를 환경변수에서 꺼내 썻었습니다. rsa를 사용할 수 있게되서 설정에 적을 수 있게되었습니다.
marocchino
commented
Feb 23, 2019
"deploy": "hexo generate && hexo deploy", | ||
"generate": "hexo generate", | ||
"deploy": "hexo deploy", | ||
"publish": "cp -r .ssh /root/. && hexo deploy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다음 엑션에 전달해줄수 있는 파일은 지금 경로 아래에 있는 파일만 가능한가 봅니다.
그래서 일단 지금 위치에 만들고 나중에 ~로 이동하도록 해두었습니다.
@outsideris 좀 첨언하면.. 이건 그냥 디플로이 안되는 거 고친거구요. 최종적으로 #793 이 되는게 좋다고 생각합니다. |
yous
approved these changes
Feb 23, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
outsideris
approved these changes
Feb 23, 2019
Open
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #606