docs
docs copied to clipboard
Support Qovery as a deployment option
Hi Frontify team,
I added docs on deploying Frontify to Qovery - feedback is welcome.
Arnaud.
Hi @arnaudjnn,
Thanks for the PR and the explanations. I've followed the instructions and I haven't been able to deploy a Frontity project. Do you have a Frontity project deployed in Qovery? Can you share a link and a repo?
I'm trying to deploy the following project https://github.com/frontity-demos/demo-deploy-qovery So, after following the configuration steps and by providing the following files in the project
Dockerfile
FROM node:13-alpine
RUN mkdir -p usr/src/app
WORKDIR /usr/src/app
COPY . .
RUN npm install --only=production
RUN npx frontity build
EXPOSE 8080
CMD ["npx", "frontity", "serve", "--port", "8080"]
.qovery.yml
application:
name: myApp
project: myProject
cpu: 1
dockerfile: Dockerfile
publicly_accessible: true
port: 8080
I get the following error when deploying
Http failure response for https://api.qovery.com/api/v1/organization/ujsywo7n3x2nek6r/project/cswv4jwc31wt5ukt/application/deploy: 0 Unknown Error
cc @evoxmusic
I'm closing this PR because of the lack of response
Hi @juanmaguitar, sorry for the very late reply - can you try to deploy your app again? You can click on "restart" at the environment level.
Hi @juanmaguitar, let me know if you need any help. Romaric.
Hi @evoxmusic thanks for the reply. We're currently working on some other priorities but I'll continue working with this Issue ASAP