Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Updated static build action
Browse files Browse the repository at this point in the history
  • Loading branch information
awshuss committed Nov 22, 2023
1 parent 30f1eab commit fd19691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-static/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:

- name: Build olcs static
run: |
tar -cvzf static.tar.gz -C public
tar cvzf static.tar.gz -C public
shell: bash

- name: upload staic artifact
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY php-fpm/php-fpm.d/www.conf /usr/local/etc/php-fpm.d/www.conf

# FROM registry.olcs.dev-dvsacloud.uk/k8s/php:7.4.22-fpm-alpine as intermediate

RUN mkdir -p /opt/dvsa/olcs-frontend /var/log/dvsa /tmp/Entity/Proxy && \
RUN mkdir -p /opt/dvsa/olcs-frontend/public/static /var/log/dvsa /tmp/Entity/Proxy && \
touch /var/log/dvsa/frontend.log

ADD selfserve.tar.gz /opt/dvsa/olcs-frontend
Expand Down

0 comments on commit fd19691

Please sign in to comment.