feat(ci): fleek updates (#3724)

This commit is contained in:
Mikołaj Młodzikowski
2023-05-11 15:42:35 +02:00
committed by GitHub
parent b641c82ad8
commit f121836b4e
5 changed files with 19 additions and 32 deletions
+1 -1
View File
@@ -27,5 +27,5 @@ RUN rm -rf /usr/share/nginx/html/*
COPY --from=build /app/dist/apps/${APP}/* /usr/share/nginx/html
RUN apk add --no-cache go-ipfs==0.16.0-r6 \
&& ipfs init \
&& echo "$(ipfs add -rwQ /usr/share/nginx/html)" > /ipfs-hash \
&& echo "$(ipfs add -rQ /usr/share/nginx/html)" > /ipfs-hash \
&& echo "ipfs hash of this build: $(cat /ipfs-hash)"