imfreedom/docs.imfreedom.org

Parents 71566ce93ef9
Children 076f311c8595
Mark the static files to be included in the container image build
  • +3 -1
    convey.yml
  • --- a/convey.yml Sun Oct 10 04:03:47 2021 -0500
    +++ b/convey.yml Sun Oct 10 04:35:00 2021 -0500
    @@ -14,7 +14,9 @@
    type: docker/build
    dockerfile: Dockerfile
    tag: ${REGISTRY}/${REPOSITORY}:${TAG}
    - files: docs
    + files:
    + - docs
    + - static
    clean:
    type: docker/remove