Skip to content

Commit

Permalink
fix: Removed publish
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Jul 7, 2021
1 parent 5b44ade commit b1f5399
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,4 @@ services:
- ".:/app"
working_dir: /app
environment:
- CONVENTIONAL_GITHUB_RELEASER_TOKEN

publish:
image: johnnyhuy/actions-discord-git-webhook/publish:latest
command: python3 publish.py
build:
context: .
dockerfile: publish.Dockerfile
volumes:
- ".:/app"
- "~/.aws:/root/.aws"
working_dir: /app
environment:
- AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
- BUILDKITE_TAG
- CONVENTIONAL_GITHUB_RELEASER_TOKEN

0 comments on commit b1f5399

Please sign in to comment.