Skip to content
Snippets Groups Projects

ci: setup application helms in the monorepo

Merged Zdravko Iliev requested to merge find-dist-location into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -21,6 +21,11 @@ RUN wget --header "PRIVATE-TOKEN: $TOKEN" -O artifacts.zip "${GITLAB_BASE_URL}/p
# Unzip the artifacts (if needed) - adjust this command based on your artifact type
RUN unzip -q artifacts.zip && rm artifacts.zip
# Fix locations
RUN cp ./dist/apps/gateway/main.js .
RUN cp ./dist/apps/gateway/main.js.map .
RUN cp -r ./dist/libs .
RUN yarn install
# Expose required ports
Loading