Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

gcloudbuild.yaml 548 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. steps:
  2. - name: 'gcr.io/cloud-builders/git'
  3. args:
  4. - 'clone'
  5. - 'https://dagshub.com/DagsHub-Official/dagshub-docs'
  6. - '.'
  7. - name: 'squidfunk/mkdocs-material:9.5.34'
  8. entrypoint: '/sbin/tini'
  9. args:
  10. - '--'
  11. - 'sh'
  12. - '-c'
  13. - 'pip install -qr requirements.txt && mkdocs build'
  14. - name: 'gcr.io/cloud-builders/gcloud-slim'
  15. entrypoint: 'gsutil'
  16. args:
  17. - '-m'
  18. - rsync
  19. - '-x'
  20. - '^client/.*'
  21. - '-d'
  22. - '-r'
  23. - build/docs
  24. - gs://dagshub-docs/docs
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...