Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Support Qovery as a deployment option #280

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Support Qovery as a deployment option #280

wants to merge 3 commits into from

Conversation

arnaudjnn
Copy link

Hi Frontify team,

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

Arnaud.

@juanmaguitar
Copy link
Member

juanmaguitar commented Mar 22, 2021

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
Copy link
Member

cc @evoxmusic

@juanmaguitar juanmaguitar marked this pull request as draft April 5, 2021 07:29
@juanmaguitar
Copy link
Member

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

@evoxmusic
Copy link

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.

@juanmaguitar juanmaguitar reopened this May 4, 2021
@evoxmusic
Copy link

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

@juanmaguitar
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants