Try the new plugin
This commit is contained in:
parent
068c7ed48a
commit
af37eae616
@ -1,7 +1,7 @@
|
|||||||
steps:
|
steps:
|
||||||
build-frontend:
|
build-frontend:
|
||||||
name: Build & Push Frontend with wp-kaniko-sync
|
name: Build & Push Frontend with wp-kaniko-sync
|
||||||
image: harbor.dvirlabs.com/devtools/wp-kaniko-sync:latest
|
image: harbor.dvirlabs.com/dev-tools/wp-kaniko-sync:latest
|
||||||
settings:
|
settings:
|
||||||
PLUGIN_CONTEXT: frontend
|
PLUGIN_CONTEXT: frontend
|
||||||
PLUGIN_DOCKERFILE: frontend/Dockerfile
|
PLUGIN_DOCKERFILE: frontend/Dockerfile
|
||||||
@ -18,7 +18,7 @@ steps:
|
|||||||
|
|
||||||
build-backend:
|
build-backend:
|
||||||
name: Build & Push Backend with wp-kaniko-sync
|
name: Build & Push Backend with wp-kaniko-sync
|
||||||
image: harbor.dvirlabs.com/devtools/wp-kaniko-sync:latest
|
image: harbor.dvirlabs.com/dev-tools/wp-kaniko-sync:latest
|
||||||
settings:
|
settings:
|
||||||
PLUGIN_CONTEXT: backend
|
PLUGIN_CONTEXT: backend
|
||||||
PLUGIN_DOCKERFILE: backend/Dockerfile
|
PLUGIN_DOCKERFILE: backend/Dockerfile
|
||||||
|
|||||||
@ -90,6 +90,7 @@ def get_public_icon_url(filename: str):
|
|||||||
app.include_router(router, prefix="/api")
|
app.include_router(router, prefix="/api")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import uvicorn
|
import uvicorn
|
||||||
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)
|
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)
|
||||||
|
|||||||
@ -34,4 +34,4 @@ function App() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default App;
|
export default App;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user