Try the new plugin
This commit is contained in:
parent
068c7ed48a
commit
af37eae616
@ -1,7 +1,7 @@
|
||||
steps:
|
||||
build-frontend:
|
||||
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:
|
||||
PLUGIN_CONTEXT: frontend
|
||||
PLUGIN_DOCKERFILE: frontend/Dockerfile
|
||||
@ -18,7 +18,7 @@ steps:
|
||||
|
||||
build-backend:
|
||||
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:
|
||||
PLUGIN_CONTEXT: backend
|
||||
PLUGIN_DOCKERFILE: backend/Dockerfile
|
||||
|
||||
@ -90,6 +90,7 @@ def get_public_icon_url(filename: str):
|
||||
app.include_router(router, prefix="/api")
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
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