Skip to content

Commit

Permalink
Merge pull request #8596 from cfpb/deprecate/deployable-zipfile
Browse files Browse the repository at this point in the history
Deprecate unused deployable-zipfile code
  • Loading branch information
chosak authored Sep 25, 2024
2 parents b63f58f + 487ce3f commit d84685f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 103 deletions.
37 changes: 0 additions & 37 deletions docker/deployable-zipfile/Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions docker/deployable-zipfile/_build.sh

This file was deleted.

11 changes: 0 additions & 11 deletions docker/deployable-zipfile/build.sh

This file was deleted.

7 changes: 0 additions & 7 deletions docker/deployable-zipfile/docker-entrypoint.sh

This file was deleted.

6 changes: 3 additions & 3 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ archives to deploy the site to a Linux server.

# Generating a deployment artifact

Running the script at `./docker/deployable-zipfile/build.sh` will start a CentOS 6
Running the script at `./docker/builder/build.sh` will start a CentOS 7
container, generate the artifact (via
[this script](https://github.com/cfpb/consumerfinance.gov/blob/main/docker/deployable-zipfile/_build.sh)),
[this script](https://github.com/cfpb/consumerfinance.gov/blob/main/docker/builder/_build.sh)),
and save it to `./cfgov_current_build.zip`.

We use CentOS 6 here, so that the Python modules that include compiled code, will
We use CentOS 7 here so that the Python modules that include compiled code, will
be compiled for the same environment they will be run in.

# What's in an artifact?
Expand Down

0 comments on commit d84685f

Please sign in to comment.