diff --git a/.github/workflows/demo.yml b/.github/workflows/test.yml similarity index 95% rename from .github/workflows/demo.yml rename to .github/workflows/test.yml index ed22bc86..ad1f4335 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Demo - Build & Deploy to Scaleway +name: Test - Build & Deploy to Scaleway on: push: @@ -6,8 +6,8 @@ on: env: PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a - NAMESPACE_ID_LECOFFRE: c992c042-bdb6-4974-becf-aa5039b9ec58 - CONTAINER_REGISTRY_ENDPOINT_LECOFFRE: rg.fr-par.scw.cloud/funcscwlecoffredemovts5gdxg + NAMESPACE_ID_LECOFFRE: 3829c5cd-9fb0-4871-97a1-eb33e4bc1114 + CONTAINER_REGISTRY_ENDPOINT_LECOFFRE: rg.fr-par.scw.cloud/funcscwlecoffretestouylprmj IMAGE_NAME: front CONTAINER_NAME: front @@ -42,7 +42,7 @@ jobs: deploy-to-scaleway-lecoffre: needs: build-and-push-image-lecoffre runs-on: ubuntu-latest - environment: demo + environment: test steps: - name: Install CLI uses: scaleway/action-scw@v0