Skip to content

Commit

Permalink
added double quotes to mantain newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Nov 30, 2023
1 parent 3341cf9 commit 9f49a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: |
mkdir -p $PROJECT_PATH
cp -f ./deploy/docker-compose.yml $PROJECT_PATH/docker-compose.yml
echo $BACKEND_ENV_CONTENT > $PROJECT_PATH/.backend.env
echo $MONGO_ENV_CONTENT > $PROJECT_PATH/.mongo.env
echo "$BACKEND_ENV_CONTENT" > $PROJECT_PATH/.backend.env
echo "$MONGO_ENV_CONTENT" > $PROJECT_PATH/.mongo.env
env:
PROJECT_PATH: ${{ secrets.PROJECT_PATH }}
BACKEND_ENV_CONTENT: ${{ secrets.BACKEND_ENV_CONTENT }}
Expand Down

0 comments on commit 9f49a60

Please sign in to comment.