Skip to content

Commit 4c24fc4

Browse files
authored
Demo Preview Deployments (#8)
* demo * fix ci-profiles missing .env
1 parent 51d3a0f commit 4c24fc4

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-demo test
22

3-
before running any stage you will need to set up a 'CS_TOKEN' env var containing an Codesphere API key
3+
before running any stage you will need to set up a 'CS_TOKEN' env var containing an Codesphere API key.
44

55
# open backend api docs
66

ci.Qa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ prepare:
1010
- name: install uv standalone version
1111
command: curl -LsSf https://astral.sh/uv/install.sh | env
1212
UV_INSTALL_DIR="$HOME/app" sh && chmod +x $HOME/app/uv
13+
- command: cp -n .env.sample .env
1314
- name: "set ev vars "
1415
command: . .env && cs set-env -w $WORKSPACE_ID -t $TEAM_ID --env-var
1516
UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install

ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ prepare:
1010
- name: install uv standalone version
1111
command: curl -LsSf https://astral.sh/uv/install.sh | env
1212
UV_INSTALL_DIR="$HOME/app" sh && chmod +x $HOME/app/uv
13+
- command: cp -n .env.sample .env
1314
- name: "set ev vars "
1415
command: . .env && cs set-env -w $WORKSPACE_ID -t $TEAM_ID --env-var
1516
UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install

0 commit comments

Comments
 (0)