diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 121e2d9..f88a800 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -35,11 +35,12 @@ jobs: path: | ${{ steps.yarn-cache-dir-path.outputs.dir }} ${{ github.workspace }}/.next/cache + ${{ github.workspace }}/.yarn/cache key: '${{ runner.os }}-yarn-${{ hashFiles(''**/yarn.lock'') }}' restore-keys: | ${{ runner.os }}-yarn- - name: Update node modules - run: yarn + run: yarn install --immutable - name: Build app and export to ./out run: EXPORT=1 UNOPTIMIZED=1 yarn build - name: Set up Docker Buildx @@ -59,7 +60,7 @@ jobs: cache-from: 'type=registry,ref=git.jonb.io/jblu/jonbio:buildcache' cache-to: >- type=registry,image-manifest=true,oci-mediatypes=true,ref=git.jonb.io/jblu/jonbio:buildcache,mode=max - - name: Deploy qpp + - name: Deploy app uses: fjogeleit/http-request-action@v1 with: url: 'http://192.168.4.11:7777/v1/update' diff --git a/data/blog/lightsaber-on-southwest-airlines.mdx b/data/blog/lightsaber-on-southwest-airlines.mdx index 70960cb..1b4d7ce 100644 --- a/data/blog/lightsaber-on-southwest-airlines.mdx +++ b/data/blog/lightsaber-on-southwest-airlines.mdx @@ -7,7 +7,7 @@ draft: false summary: 'How to take a lightsaber on an airplane.' #images: ['/static/images/', ''] #authors: ['default'] -# layout: PostLayout # PostLayout, PostSimple and PostBanner +#layout: PostLayout # PostLayout, PostSimple and PostBanner #canonicalUrl: https://jonb.io/blog/the-url-here ---