Skip to content

Commit

Permalink
Delete previous step for .env creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoFerraz committed Mar 3, 2024
1 parent 39f67cc commit 1fea1d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ecr-build-and-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2 # https://github.com/marketplace/actions/amazon-ecr-login-action-for-github-actions

- name: Create .env file
run: cat ${{ secrets.DOT_ENV }} > .env

- name: Make envfile
uses: SpicyPizza/create-envfile@v2.0
with:
Expand Down

0 comments on commit 1fea1d6

Please sign in to comment.