Skip to content

Commit

Permalink
DEL: remove uncessary scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurin-Notemann committed May 22, 2024
1 parent 951b684 commit 0ec7c6b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cd-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name: Deploy backstage
on:
workflow_dispatch:

push:
branches:
- main

jobs:
create-and-push-image:
Expand Down
3 changes: 0 additions & 3 deletions app-config.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ catalog:
pullRequestBranchName: backstage-integration
rules:
- allow: [Component, System, API, Resource, Location]
locations:
- type: file
target: minikube/catalog-info.yaml
3 changes: 0 additions & 3 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ catalog:
rules:
- allow: [User, Group]

- type: file
target: ../../minikube/catalog-info.yaml

- type: url
target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/react-ssr-template/template.yaml
rules:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"start-backend": "yarn workspace backend start",
"build:backend": "yarn workspace backend build",
"build:all": "backstage-cli repo build --all",
"build-image": "yarn workspace backend build-image",
"build-image64": "yarn workspace backend build-image-amd64-push-notemann",
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli repo clean",
Expand Down
4 changes: 1 addition & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"build-image": "docker build ../.. -f Dockerfile --tag backstage",
"build-image-amd64-push-notemann": "docker buildx build --build-arg APP_ENV=production --platform linux/amd64 ../.. -f ../../Dockerfile --tag notemann27/backstage --push"
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.20.1",
Expand Down

0 comments on commit 0ec7c6b

Please sign in to comment.