Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 618 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 618 Bytes

Concourse CI

Concourse CI pipeline for demo.teamfemr.org.

Hosted at concourse.teamfemr.org (sometimes :8080, depends on the day)

More info about Concourse CI: https://concourse.ci

Configuration:

Set up credentials

cp credentials.yml.example credentials.yml
vim credentials.yml

Execution:

Login:

fly -t femr login

Set new or update pipeline:

fly set-pipeline -t femr --config pipeline.yml -p femr-test --non-interactive -l credentials.yml

TODO:

  • Set up public access to view status of pipeline
  • Set up SSL
  • Stop committing AWS credentials to GitHub