Skip to content

Commit

Permalink
updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mizanmahi committed Sep 26, 2024
1 parent 0dadeaa commit 35d5636
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
# creating env file from secret
cd /homes/${{secrets.EC2_USER_NAME}}
echo "${{ secrets.APP_ENVS }}" > .env
cat <<EOF > .env
${{ secrets.APP_ENVS }}
EOF
cat .env
# Run the container
Expand Down

0 comments on commit 35d5636

Please sign in to comment.