Compare commits
2 Commits
bfb86dcd41
...
8baa762863
Author | SHA1 | Date | |
---|---|---|---|
8baa762863 | |||
7f16bf9157 |
@ -12,26 +12,26 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
# -
|
||||||
name: Set up Docker Buildx
|
# name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
# uses: docker/setup-buildx-action@v3
|
||||||
-
|
# -
|
||||||
name: Login to Docker Hub
|
# name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
with:
|
# with:
|
||||||
registry: git.jonb.io
|
# registry: git.jonb.io
|
||||||
username: ${{ gitea.actor }}
|
# username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.JONBIO_CI }}
|
# password: ${{ secrets.JONBIO_CI }}
|
||||||
-
|
# -
|
||||||
name: Build and push
|
# name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
# uses: docker/build-push-action@v6
|
||||||
with:
|
# with:
|
||||||
push: true
|
# push: true
|
||||||
tags: git.jonb.io/jblu/jonbio:latest
|
# tags: git.jonb.io/jblu/jonbio:latest
|
||||||
-
|
-
|
||||||
name: Deploy App
|
name: Deploy App
|
||||||
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'
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
customHeaders: '{"Authorization: Bearer ${{ secrets.DEPLOYTOKEN }}"}'
|
customHeaders: '{"Authorization": "Bearer ${{ secrets.DEPLOYTOKEN }}"}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user