15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
|
Jenkinsi : http://aws-handson-jenkins.com/
|
||
|
リポジトリ : http://aws-handson-gitea.com/hands-on/deploy-userXX.git
|
||
|
|
||
|
@STEP2
|
||
|
■STEP1で作成したサーバのIPアドレスを指定する[コンソール操作]
|
||
|
cd ../step2
|
||
|
vi host
|
||
|
|
||
|
vi Jenkinsfile
|
||
|
|
||
|
git add .
|
||
|
git commit -m "change"
|
||
|
git push
|
||
|
|