Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 758 Bytes

File metadata and controls

32 lines (24 loc) · 758 Bytes

Testing webook with github and Jenkins with Tech257 live demo

clear

CICD testing cde

CI testing with tech221 from localhost to Jenkins

Github ssh set up

Testing Jenkins CI

Staging 1

Webhooks testing

  • Testing CI with Github & Jenkins for tech230 test 100

  • testing CI with webook

  • new webhook added

  • CD

rsync -avz -e "ssh -o StrictHostKeyChecking=no" app ubuntu@ip:/home/ubuntu
rsync -avz -e "ssh -o StrictHostKeyChecking=no" environment ubuntu@ip:/home/ubuntu
ssh -o "StrictHostKeyChecking=no" ubuntu@ip <<EOF
	sudo bash ./environment/app/provision.sh
    sudo bash ./environment/db/provision.sh
    cd app
    pm2 kill
    pm2 start app.js
EOF