Skip to content

Commit

Permalink
fix: issue with env in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmin17 committed Nov 22, 2023
1 parent ad53ff7 commit f781ac3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Deploy to EC2
env:
PEM_KEY: ${{ secrets.PEM }}
CLOUD_URL: ${{ secrets.CLOUD_URL }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
run: |
echo "$PEM_KEY" > key.pem
chmod 600 key.pem
Expand Down

0 comments on commit f781ac3

Please sign in to comment.