diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 007ac4b..a8b7026 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,14 +1,13 @@ # .github/workflows/continuous-integration-workflow.yml # The name of the workflow which you can see when the action runs -name: Run unit tests +name: CI -# This workflow is triggered on pushes to the repository. on: push: - branches: [main] + branches: [main, dev] pull_request: - branches: [main] + branches: [main, dev] jobs: run-unit-tests: diff --git a/manifest/deploy/prod/mainpage-deploy.yaml b/manifest/deploy/prod/mainpage-deploy.yaml index f9a64fb..f0dff35 100644 --- a/manifest/deploy/prod/mainpage-deploy.yaml +++ b/manifest/deploy/prod/mainpage-deploy.yaml @@ -1,8 +1,8 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: mainpage-deploy - namespace: mainpage + name: mainpage + namespace: grapycal labels: app: mainpage spec: @@ -17,7 +17,7 @@ spec: spec: containers: - name: mainpage - image: docker.io/patrickuuuu/grapycal-mainpage:latest + image: docker.io/grapycal/grapycal-mainpage:latest imagePullPolicy: Always ports: - containerPort: 80 diff --git a/manifest/deploy/prod/mainpage-service.yaml b/manifest/deploy/prod/mainpage-service.yaml index c341d7a..4c75581 100644 --- a/manifest/deploy/prod/mainpage-service.yaml +++ b/manifest/deploy/prod/mainpage-service.yaml @@ -1,8 +1,8 @@ apiVersion: v1 kind: Service metadata: - name: mainpage-service - namespace: mainpage + name: mainpage + namespace: grapycal labels: app: mainpage spec: