Skip to content

Commit

Permalink
Remove zip dockerrun.aws.json step from ci-cd-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz authored Apr 25, 2024
1 parent 61fd58c commit ab6653b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ jobs:
- name: Remove MDB API Key
run: docker-compose exec -T web python manage.py removeapikey

- name: Zip the Dockerrun.aws.json file
run: zip dockerrun.zip Dockerrun.aws.json

- name: Docker Hub Login
uses: docker/login-action@v1.8.0
with:
Expand Down

0 comments on commit ab6653b

Please sign in to comment.