Skip to content

Commit 19873a4

Browse files
committed
update command
1 parent aec2c73 commit 19873a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
poetry export --without-hashes --format=requirements.txt > requirements.txt
3737
pip install -r requirements.txt
38-
echo $BEAM_TOKEN | beam config create default --gateway-host gateway.stage.beam.cloud --gateway-port 443
38+
{ echo ""; echo ""; echo $BEAM_TOKEN } | beta9 config create test5 --gateway-host gateway.stage.beam.cloud --gateway-port 443
3939
4040
- name: Deploy
4141
run: cd tests && beam deploy app.py:run_tests -n integration-tests

beam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
token config create test1 --token testtoken --gateway-host gateway.stage.beam.cloud --gateway-port 443
22
token config create test1 --token testtoken --gateway-host gateway.stage.beam.cloud --gateway-port 443
3+
token config create test2 --token testtoken --gateway-host gateway.stage.beam.cloud --gateway-port 443

0 commit comments

Comments
 (0)