Skip to content

Commit

Permalink
debugging crash
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilmintacpineda committed Sep 14, 2021
1 parent 29bfa02 commit 7b06eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod-android-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: Setup env
run: |
cp .env.example .env
echo 'STAGE=prod' > .env
echo 'WEBSOCKET_URL=wss://websocket.entrepic.com' > .env
echo 'API_BASE_URL=https://api.entrepic.com' > .env
echo 'STAGE=prod' >> .env
echo 'API_BASE_URL=https://api.entrepic.com' >> .env
echo 'WEBSOCKET_URL=wss://websocket.entrepic.com' >> .env
cat .env
# - name: Build and deploy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-ios-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
- name: Setup env
run: |
cp .env.example .env
echo 'STAGE=prod' > .env
echo 'WEBSOCKET_URL=wss://websocket.entrepic.com' > .env
echo 'API_BASE_URL=https://api.entrepic.com' > .env
echo 'STAGE=prod' >> .env
echo 'API_BASE_URL=https://api.entrepic.com' >> .env
echo 'WEBSOCKET_URL=wss://websocket.entrepic.com' >> .env
cat .env
# - name: Build and deploy
Expand Down

0 comments on commit 7b06eaf

Please sign in to comment.