From 377509c50f20a102391c4d33b83853eb4795728b Mon Sep 17 00:00:00 2001 From: Jan-David Wiederstein Date: Thu, 12 Jun 2025 12:49:04 +0000 Subject: [PATCH 1/3] test --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 30d74d2..d606037 100644 --- a/backend/README.md +++ b/backend/README.md @@ -1 +1 @@ -test \ No newline at end of file +test2 \ No newline at end of file From b559f7f19a65e242587a23d3c2fc7a47be78307b Mon Sep 17 00:00:00 2001 From: Jan-David Wiederstein <141321444+Datata1@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:53:28 +0200 Subject: [PATCH 2/3] Update preview-deployment.yml (#4) (#6) --- .github/workflows/preview-deployment.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/preview-deployment.yml b/.github/workflows/preview-deployment.yml index c955972..3a7a8b0 100644 --- a/.github/workflows/preview-deployment.yml +++ b/.github/workflows/preview-deployment.yml @@ -1,3 +1,5 @@ +name: 'Deploy to codesphere' + on: workflow_dispatch: pull_request: @@ -11,25 +13,23 @@ permissions: contents: read pull-requests: read deployments: write + statuses: write jobs: deploy: concurrency: codesphere runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Deploy - uses: codesphere-cloud/gh-action-deploy@main + uses: docker://ghcr.io/codesphere-cloud/codesphere-monorepo/integrations/github-action:gh-action-ws-url-5dd1ca4b0e env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: email: ${{ secrets.CODESPHERE_EMAIL }} password: ${{ secrets.CODESPHERE_PASSWORD }} team: ${{ secrets.CODESPHERE_TEAM }} - plan: 'Boost' - onDemand: 'true' + plan: Micro env: | - TEAM_ID=${{ secrets.CODESPHERE_TEAM_ID }} CS_TOKEN=${{ secrets.CODESPHERE_TOKEN }} + apiUrl: https://codesphere.com/ + tlsAllowUnauthorized: "true" From 5d257fd6ab794a230be18abdd86782689a9dbca7 Mon Sep 17 00:00:00 2001 From: Jan-David Wiederstein Date: Thu, 12 Jun 2025 13:41:04 +0000 Subject: [PATCH 3/3] demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc13b35..3b9892c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # python-demo test -before running any stage you will need to set up a 'CS_TOKEN' env var containing an Codesphere API key. +before running any stage you will need to set up a 'CS_TOKEN' env var containing an Codesphere API key