Compare commits
No commits in common. "ae3185dda246b97793b3759733fc4bf13e749aaf" and "1c9c77eca3193e96fe9f14439716f7bf91d196bd" have entirely different histories.
ae3185dda2
...
1c9c77eca3
@ -6,8 +6,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and Push Docker Image (amd64 and arm64)
|
name: Build and Push Docker Image (amd64)
|
||||||
runs-on: self-hosted-ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -44,8 +44,8 @@ jobs:
|
|||||||
- name: Image digest
|
- name: Image digest
|
||||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||||
|
|
||||||
deploy_local:
|
deploy local (demo):
|
||||||
name: Deploy Local (Demo)
|
name: Update running container
|
||||||
runs-on: self-hosted-ubuntu-latest
|
runs-on: self-hosted-ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
@ -64,8 +64,8 @@ jobs:
|
|||||||
docker compose pull
|
docker compose pull
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
deploy_live:
|
deploy live:
|
||||||
name: Deploy Live
|
name: Update running container
|
||||||
runs-on: self-hosted-ubuntu-latest
|
runs-on: self-hosted-ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user