Skip to content

Commit

Permalink
Fix deployment to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Donatas Puidokas committed Dec 22, 2022
1 parent f2c808a commit 4ef5d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
echo "RELAY_URL=wss://relay.stage.winden.app/" >> $GITHUB_ENV
- name: create config .env file
if: inputs.environment == 'stage'
run: |
touch ./client/.env
cat <<EOF >> ./client/.env
Expand Down

0 comments on commit 4ef5d01

Please sign in to comment.