Skip to content

Commit

Permalink
Merge pull request #117 from LeastAuthority/fix-prod-depl
Browse files Browse the repository at this point in the history
Fix deployment to prod
  • Loading branch information
donpui authored Dec 22, 2022
2 parents f2c808a + 4ef5d01 commit 187c9b4
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 187c9b4

Please sign in to comment.