Skip to content

Commit

Permalink
[PROXY-463] Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEm committed Jul 27, 2023
1 parent c82f0ed commit 11f33ae
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 62 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ job-defaults: &job-defaults
AWS_REGION: us-west-2
AWS_ACCOUNT_ID: "883127560329"

setup-env: &setup-env
run:
name: Setup ENV
command: |
./.circleci/setup-aws-config.sh
machine-setup: &machine-setup
machine:
image: ubuntu-2204:2023.07.2
Expand All @@ -36,7 +30,6 @@ jobs:
<<: *job-defaults
steps:
- checkout
- <<: *setup-env
- run: APP_VERSION=${CIRCLE_TAG:-$CIRCLE_SHA1} docker-compose build httpbin
- <<: *persist-workspace

Expand All @@ -47,7 +40,6 @@ jobs:
<<: *job-defaults
steps:
- <<: *attach-workspace
- <<: *setup-env
- run: |
./ops/docker-login.sh
docker-compose push httpbin
Expand Down
26 changes: 0 additions & 26 deletions .circleci/setup-aws-config.sh

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ dist/
*.swp
.vscode/
.idea
local/
26 changes: 0 additions & 26 deletions local/LOCAL.md

This file was deleted.

2 changes: 1 addition & 1 deletion vgs.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN pip install -r requirements.txt

EXPOSE 8000

CMD ["gunicorn", "-b", "0.0.0.0:8000", "-w", "4", "-k", "gevent", "httpbin:app"]
CMD ["gunicorn", "-b", "0.0.0.0:8000", "-w", "4", "-k", "gevent", "httpbin:app"]

0 comments on commit 11f33ae

Please sign in to comment.