Skip to content

Commit

Permalink
indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
progmatic-99 committed Mar 12, 2024
1 parent 92a79c8 commit a3f8dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
DEPLOYMENT: ${{ secrets.DEPLOYMENT }}
run: |
echo "ACCESS_TOKEN=$ACCESS_TOKEN" > .env
echo "DEPLOYMENT_ENV=$DEPLOYMENT_ENV" >> .env
run: |
echo "ACCESS_TOKEN=$ACCESS_TOKEN" > .env
echo "DEPLOYMENT_ENV=$DEPLOYMENT_ENV" >> .env
- name: Upload .env file to EC2
env:
Expand Down

0 comments on commit a3f8dd7

Please sign in to comment.