Skip to content

Commit

Permalink
Try IP again and always debug with tmate for 30 min
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Feb 5, 2024
1 parent 536653d commit 280fac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' }}
#if: ${{ github.event_name == 'workflow_dispatch' }}
timeout-minutes: 30
with:
detached: true
Expand All @@ -65,8 +65,8 @@ jobs:
EOF
cat <<EOF >> ./client/.env
NODE_ENV=development
MAILBOX_URL="wss://mailbox.stage.winden.app/v1"
RELAY_URL="wss://relay.stage.winden.app"
MAILBOX_URL="ws://$IP:8080/mailbox/v1"
RELAY_URL="ws://$IP:8080/relay"
EOF
printf "Client .env:\n"
cat ./client/.env
Expand Down

0 comments on commit 280fac9

Please sign in to comment.