Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
18b38d7cc7 |
@ -1,4 +1,4 @@
|
|||||||
IMAGE_TAG=latest
|
IMAGE_TAG=latest
|
||||||
CONTAINER_NAME=comprofix
|
CONTAINER_NAME=comprofix
|
||||||
HUGO_BASEURL=https://comprofix.com
|
HUGO_BASEURL=https://comprofix.com
|
||||||
HOSTNAME=comprofix.com
|
HOSTNAME=comprofix.com
|
@ -7,7 +7,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: homelab-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: git.comprofix.com
|
DOCKER_REGISTRY: git.comprofix.com
|
||||||
IMAGE_NAME: mmckinnon/comprofix.com
|
IMAGE_NAME: mmckinnon/comprofix.com
|
||||||
@ -39,7 +41,7 @@ jobs:
|
|||||||
HUGO_BASEURL=https://comprofix.com/
|
HUGO_BASEURL=https://comprofix.com/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: homelab-latest
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
env:
|
env:
|
||||||
DEPLOY_USER: administrator
|
DEPLOY_USER: administrator
|
||||||
|
Reference in New Issue
Block a user