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