docs icon indicating copy to clipboard operation
docs copied to clipboard

Support Qovery as a deployment option

Open arnaudjnn opened this issue 3 years ago • 6 comments

Hi Frontify team,

I added docs on deploying Frontify to Qovery - feedback is welcome.

Arnaud.

arnaudjnn avatar Mar 18 '21 14:03 arnaudjnn

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

juanmaguitar avatar Mar 22 '21 16:03 juanmaguitar

cc @evoxmusic

juanmaguitar avatar Mar 23 '21 07:03 juanmaguitar

I'm closing this PR because of the lack of response

juanmaguitar avatar May 04 '21 16:05 juanmaguitar

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.

evoxmusic avatar May 04 '21 16:05 evoxmusic

Hi @juanmaguitar, let me know if you need any help. Romaric.

evoxmusic avatar May 06 '21 09:05 evoxmusic

Hi @evoxmusic thanks for the reply. We're currently working on some other priorities but I'll continue working with this Issue ASAP

juanmaguitar avatar May 07 '21 16:05 juanmaguitar