We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f086ef commit eae541cCopy full SHA for eae541c
.github/workflows/deploy-integration-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
poetry export --without-hashes --format=requirements.txt > requirements.txt
37
pip install -r requirements.txt
38
mkdir -p ~/.beta9/config.ini
39
- echo $BETA9_CONFIG >> ~/.beta9/config.ini
+ echo $BETA9_CONFIG >> ~/.beta9
40
41
- name: Deploy
42
run: cd tests && beta9 deploy app.py:run_tests -n integration-tests
0 commit comments