git 저장소에 올린 프로젝트를 Web Server에 배포할 일이 생겨서 찾아보았더니 git hook을 이용한 간단한 배포 방법이 있네요. 그럼 이번에는 git hook을 이용한 자동배포를 설정해보겠습니다. 일단 git server의 저장소로 이동한 후에 $ cd hooks$ mv post-update.sample post-update$ chmod +x post-update$ vi post-update#!/bin/sh## An example hook script to prepare a packed repository for use over# dumb transports.## To enable this hook, rename this file to "post-update". . /var/www/html/p..
linux
2017. 1. 25. 00:05
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Parcelable
- expandable recyclerview
- auto depoly
- git hook
- kotlin
- Git
- android serialization
- git server
- Apache
- publish opensource
- jitpack
- delete item
- kotlinx serialization
- RecyclerView
- data transfer
- type inference
- security.ubuntu.com
- 리사이클러뷰 확장
- ubuntu 16.04
- 자동 배포
- android open source
- build server
- qtwebengine
- Jenkins
- serializable
- C++
- swip
- 오픈 소스 배포
- weak_ptr
- remove item
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함