Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Create cloudbuild-prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kipz authored Mar 14, 2022
1 parent 30ea741 commit 1e08df6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cloudbuild-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
steps:
- name: squidfunk/mkdocs-material:3.3.0
entrypoint: "bash"
args:
- '-eEuo'
- 'pipefail'
- '-c'
- |-
mkdocs build --strict;
cp -R site/ /site
volumes:
- name: 'site'
path: '/site'
- name: gcr.io/atomist-web-docs-prod/firebase
args: ["deploy", "--project=atomist-web-docs-production", "--only=hosting"]
volumes:
- name: 'site'
path: '/site'

0 comments on commit 1e08df6

Please sign in to comment.