Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
2734dd8c58 | |||
f191fe9e4a | |||
cc46db0cb3 |
@ -3,7 +3,7 @@ name: Build and Deploy Production
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
HUGO_BASEURL=https://comprofix.com/
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: homelab-latest
|
||||
needs: build-and-push
|
||||
env:
|
||||
DEPLOY_USER: administrator
|
||||
|
Reference in New Issue
Block a user