build with logging
All checks were successful
Build container images / build (push) Successful in 39s
All checks were successful
Build container images / build (push) Successful in 39s
This commit is contained in:
parent
28ed961afc
commit
05ffb83eb3
@ -2,10 +2,10 @@
|
|||||||
name: Build container images
|
name: Build container images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- workflow_dispatch
|
# - workflow_dispatch
|
||||||
# push:
|
push:
|
||||||
# branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
name: Deploy latest to staging environment
|
name: Deploy latest to staging environment
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# - workflow_dispatch
|
- workflow_dispatch
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag-image:
|
tag-image:
|
||||||
|
@ -9,6 +9,7 @@ WORKDIR /workspace
|
|||||||
COPY docs layouts partials config.yaml metadata.json /workspace/
|
COPY docs layouts partials config.yaml metadata.json /workspace/
|
||||||
RUN mkdir /workspace/www
|
RUN mkdir /workspace/www
|
||||||
RUN docs2website config.yaml
|
RUN docs2website config.yaml
|
||||||
|
RUN ls /workspace/www
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user