Cache page assets during CI/CD
This commit is contained in:
parent
147c770699
commit
88484afed9
@ -25,7 +25,7 @@ jobs:
|
||||
# If we have a proxy use it
|
||||
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
|
||||
# Some pre-reqs
|
||||
apk add git nodejs npm tar
|
||||
apk add git nodejs npm tar zstd
|
||||
## Some debugging info
|
||||
# env|sort
|
||||
|
||||
@ -37,7 +37,6 @@ jobs:
|
||||
# Build assets
|
||||
npm i
|
||||
npm run prod
|
||||
ls -al public/css/app.css
|
||||
|
||||
# - name: Run Tests
|
||||
# run: |
|
||||
|
Loading…
Reference in New Issue
Block a user