mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* 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.
28 lines
297 B
Plaintext
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
|