Skip to content

Commit

Permalink
changed deployment (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaaas authored Oct 14, 2019
1 parent 8458a68 commit cd1e95c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ create_dynamodb_table:
docker-compose run ansible ./create_dynamodb.sh

deploy:
docker-compose run --no-deps -e VERSION=$(version) -e PYPI_PASSWORD=$(PYPI_PASSWORD) -e PYPI_USER=$(PYPI_USER) app ./publish.sh
docker run -e VERSION=$(version) -e PYPI_PASSWORD=$(PYPI_PASSWORD) -e PYPI_USER=$(PYPI_USER) -v '$(PWD):/usr/src/app' mwaaas/dev_tool_pypi:latest ussd/__init__.py
20 changes: 0 additions & 20 deletions publish.sh

This file was deleted.

0 comments on commit cd1e95c

Please sign in to comment.