17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
Jenkinsi : http://aws-handson-jenkins.com/
|
|
リポジトリ : http://aws-handson-gitea.com/hands-on/deploy-userXX.git
|
|
|
|
@STEP1
|
|
■リモートリポジトリをクローンする [コンソール操作]
|
|
cd ~/hands-on/jenkins
|
|
git clone http://aws-handson-gitea.com/hands-on/deploy-userXX.git
|
|
cd deploy-userXX
|
|
cd step1
|
|
vi main.tf
|
|
instance_type = "t2.small"
|
|
|
|
git add .
|
|
git commit -m "change"
|
|
git push
|
|
|