Revert debug stuff
All checks were successful
Build and push latest / publish (push) Successful in 49s

This commit is contained in:
Erki 2024-10-01 22:26:41 +03:00
parent ee4c6c021a
commit 5b710dde7a
2 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@ jobs:
lfs: 'true'
submodules: 'recursive'
- run: git lfs pull
- run: stat ./static/media/stm32begin-001-007.png
- name: Build and push
uses: docker/build-push-action@v6

View File

@ -13,7 +13,5 @@ FROM nginx:1.27.1-alpine
WORKDIR /usr/share/nginx/html
COPY --from=build /opt/hugoapp/public .
RUN ls -ahl /usr/share/nginx/html/media/
RUN stat /usr/share/nginx/html/media/stm32begin-001-007.png
EXPOSE 80/tcp