Compare commits
No commits in common. "99611462a343710ff12500e136d1d43dadca6849" and "7671b0d7bc4ff3ed378139382629f2ed9d4629d1" have entirely different histories.
99611462a3
...
7671b0d7bc
@ -35,12 +35,11 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||||
${{ github.workspace }}/.next/cache
|
${{ github.workspace }}/.next/cache
|
||||||
${{ github.workspace }}/.yarn/cache
|
|
||||||
key: '${{ runner.os }}-yarn-${{ hashFiles(''**/yarn.lock'') }}'
|
key: '${{ runner.os }}-yarn-${{ hashFiles(''**/yarn.lock'') }}'
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
- name: Update node modules
|
- name: Update node modules
|
||||||
run: yarn install --immutable
|
run: yarn
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
- name: Build app and export to ./out
|
- name: Build app and export to ./out
|
||||||
@ -62,7 +61,7 @@ jobs:
|
|||||||
cache-from: 'type=registry,ref=git.jonb.io/jblu/jonbio:buildcache'
|
cache-from: 'type=registry,ref=git.jonb.io/jblu/jonbio:buildcache'
|
||||||
cache-to: >-
|
cache-to: >-
|
||||||
type=registry,image-manifest=true,oci-mediatypes=true,ref=git.jonb.io/jblu/jonbio:buildcache,mode=max
|
type=registry,image-manifest=true,oci-mediatypes=true,ref=git.jonb.io/jblu/jonbio:buildcache,mode=max
|
||||||
- name: Deploy app
|
- name: Deploy qpp
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
with:
|
||||||
url: 'http://192.168.4.11:7777/v1/update'
|
url: 'http://192.168.4.11:7777/v1/update'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user