Skip to content

Commit

Permalink
fix: cleanup removing unnecessary backend / database etc
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton committed May 9, 2024
1 parent 41f94df commit ca1ac5d
Show file tree
Hide file tree
Showing 43 changed files with 7 additions and 13,116 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ jobs:
with:
environment: prod
params:
--set backend.deploymentStrategy=RollingUpdate
--set frontend.deploymentStrategy=RollingUpdate
--set global.autoscaling=true
--set frontend.pdb.enabled=true
--set backend.pdb.enabled=true
promote:
name: Promote Images
needs: [deploy-prod, vars]
Expand All @@ -66,7 +64,7 @@ jobs:
packages: write
strategy:
matrix:
package: [migrations, backend, frontend]
package: [frontend]
timeout-minutes: 1
steps:
- uses: shrink/actions-docker-registry-tag@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [backend, frontend, migrations]
package: [frontend]
timeout-minutes: 10
steps:
- uses: bcgov-nr/action-builder-ghcr@v2.0.2
Expand All @@ -35,7 +35,7 @@ jobs:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
triggers: ('backend/' 'frontend/' 'migrations/')
triggers: ('frontend/')
params:
--set global.secrets.persist=false

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
markdown_links: |
- [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca)
- [Backend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca/api)
results:
name: Validate Results
Expand Down
5 changes: 0 additions & 5 deletions backend/.dockerignore

This file was deleted.

44 changes: 0 additions & 44 deletions backend/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions backend/nest-cli.json

This file was deleted.

Loading

0 comments on commit ca1ac5d

Please sign in to comment.