Skip to content

Commit

Permalink
Update pratham-aws-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jun 14, 2024
1 parent 1270eb1 commit 5a63548
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pratham-aws-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ jobs:
port: ${{ secrets.PORT_PRATHAM_AWS }}
script: |
cd ${{ secrets.TARGET_DIR_PRATHAM_AWS }}
if [ -f .env ]; then
rm .env
fi
echo "${{ secrets.DEV_ENV }}" > .env
ls -ltra
./deploy.sh

0 comments on commit 5a63548

Please sign in to comment.