Skip to content

Commit f7ddbd8

Browse files
committed
diff approach
1 parent 251ec89 commit f7ddbd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/server_ci_cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,14 @@ jobs:
292292
- name: Store Versioning Data for release ${{ steps.vars.outputs.be_version }}-${{ steps.vars.outputs.sha_short }}
293293
run: echo ${{ steps.vars.outputs.sha_short }} > deploys/docker/continuous_delivery_hash
294294

295-
295+
296296
- uses: actions/cache/restore@v4
297297
id: flutter-app-cache
298298
continue-on-error: true
299299
with:
300300
path: frontends/flutter/build/web
301301
key: flutter-${{ steps.vars.outputs.be_version }}-${{ steps.vars.outputs.sha_short }}
302+
- run: mkdir -p frontends/flutter/build/web
302303
- uses: actions/cache/restore@v4
303304
id: web-app-cache
304305
with:

deploys/docker/server/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ COPY backend/target/release/to_proto_id__server_release /opt/to_proto_id
2222
COPY backend/target/release/generate_preview_images__server_release /opt/generate_preview_images
2323

2424
# Flutter web app release (served from the filesystem by Rocket within Jonline)
25-
RUN mkdir -p /frontends/flutter/build/web/
2625
COPY frontends/flutter/build/web/ /opt/flutter_web
2726

2827
# Tamagui web app release (served from the filesystem by Rocket within Jonline)

0 commit comments

Comments
 (0)