Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit d19e722

Browse files
authored
Merge pull request #1201 from helpwave/patch/remove-flyio
Remove flyio
2 parents 3530351 + 2958c9e commit d19e722

6 files changed

Lines changed: 0 additions & 205 deletions

File tree

.github/workflows/cicd-tasks.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,3 @@ jobs:
112112
if: ${{ github.event_name != 'pull_request' }}
113113
run: |
114114
docker buildx imagetools inspect ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
115-
116-
deploy:
117-
name: Deploy to Fly
118-
runs-on: ubuntu-latest
119-
environment: staging
120-
needs: build
121-
concurrency:
122-
group: ${{ github.workflow }}-${{ vars.FLY_APP }}
123-
cancel-in-progress: true
124-
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
125-
env:
126-
FLY_API_TOKEN: ${{ secrets.STAGING_FLY_API_TOKEN }}
127-
steps:
128-
- name: Setup flyctl
129-
uses: superfly/flyctl-actions/setup-flyctl@master
130-
- name: Deploy
131-
run: flyctl deploy --config tasks/fly.toml --app $APP --image $IMAGE --remote-only
132-
env:
133-
APP: ${{ vars.FLY_APP }}
134-
IMAGE: ${{ needs.build.outputs.IMAGE }}

.github/workflows/preview.yaml

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/workflows/scorecard.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ The official helpwave web frontends.
44

55
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/helpwave/web)
66

7-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/helpwave/web/badge)](https://securityscorecards.dev/viewer/?uri=github.com/helpwave/web)
8-
97
---
108

119
## [Projects](./documentation/structure.md)

lib/components/TechRadar.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ const helpwaveTechRadar = {
129129
ring: 0,
130130
moved: 0,
131131
},
132-
{
133-
label: 'Fly.io',
134-
active: true,
135-
quadrant: 2,
136-
ring: 0,
137-
moved: 0,
138-
},
139132
{
140133
label: 'Kubernetes',
141134
active: true,

tasks/fly.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)