Merge pull request 'Compress gpx file and add OGP card image.' (#11) from support_gpx into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #11
This commit is contained in:
commit
04ddb0bce5
@ -30,7 +30,7 @@ steps:
|
||||
- name: Compress-the-Assets
|
||||
image: alpine:3.9
|
||||
commands:
|
||||
- find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %'
|
||||
- find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML|gpx)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %'
|
||||
|
||||
- name: housekeep
|
||||
image: appleboy/drone-ssh
|
||||
@ -88,7 +88,7 @@ steps:
|
||||
- name: Compress-the-Assets
|
||||
image: alpine:3.9
|
||||
commands:
|
||||
- find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %'
|
||||
- find public/ -type f | egrep "\.(css|js|png|jpg|html|JPG|PNG|CSS|JS|HTML|gpx)$" | xargs -n 1 -i% -P 0 sh -c 'cp % %.bk && gzip % && mv %.bk %'
|
||||
|
||||
- name: housekeep
|
||||
image: appleboy/drone-ssh
|
||||
|
@ -6,6 +6,7 @@ description = "仙台市近郊にある熊野那智神社に向かいました
|
||||
tags = ["名取"]
|
||||
categories = ["ドライブ"]
|
||||
author = "kazu634"
|
||||
images = ["ogp/2025-06-29-kumano-nachi-shrine.webp"]
|
||||
+++
|
||||
|
||||
最近自動車を買いました。行動範囲が広がり、色々なところに行っています。今回は仙台市近郊にある熊野那智神社に向かいました。
|
||||
|
Loading…
Reference in New Issue
Block a user