This repository was archived by the owner on Dec 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments