Files
odo/docs/website/.dockerignore
Armel Soro 803718a655 [Dogfooding] Create website deploy previews for PRs using odo deploy (#6871)
* Add 'deploy' command in Devfile to support outer-loop case for the website

The goal is to leverage this for creating PR deploy previews
in an automated way.

* Add GitHub Workflow to create Deploy previews for PRs using 'odo deploy'

* Leverage the image-names-as-selector feature

* Add odo binary location to system path to make it easier to use it

* Do not change the Devfile name dynamically

We are using a robot account on quay.io,
which requires specific permissions per repository name,
which cannot be dynamic in this case.

Since we are scoping everything per namespace, it should be fine.
2023-06-15 09:58:00 -04:00

28 lines
297 B
Plaintext

# Dependencies
node_modules
# Production
build
# Generated files
.docusaurus
.cache-loader
!.docusaurus.config.js
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.odo
devfile.yaml
Dockerfile
.kubernetes