Concourse ------------- - install concourse avec docker-compose - install de fly tunel ssh pour pouvoir accéder à l'appli web ssh -L 8080:localhost:8080 ubuntu@mistergwen.site fly -t tutorial login -c http://localhost:8080 -u test -p test fly -t tutorial set-pipeline -p hello-world -c hello-world.yml fly -t tutorial unpause-pipeline -p hello-world fly -t tutorial trigger-job --job hello-world/hello-world-job --watch pour nettoyer : fly -t tutorial destroy-pipeline -p hello-world