PRX / jingle.prx.org

Phoenix app serving as the backend for TBD ads workflow app
http://jingle.prx.org
GNU Affero General Public License v3.0
0 stars 0 forks source link

CI v2 #68

Closed gcampo88 closed 6 years ago

gcampo88 commented 6 years ago

Per documentation, this PR:

  1. removes the .prxci file
  2. adds a buildspec.yml that: a. sets the environmental variables needed by post_build.sh b. installs docker-compose c. runs the docker-compose commands previously known as .prxci d. runs the postbuild script

And I'm testing that it works by creating this pull request, which should trigger CodeBuild to look at buildspec.yml and try to run it.

farski commented 6 years ago

PRX/internal#132