Skip to content
Snippets Groups Projects
Commit 532db281 authored by Joonas Seppä's avatar Joonas Seppä
Browse files

Figuring more about CI/CD artifacts

parent c9916867
No related branches found
No related tags found
No related merge requests found
Pipeline #61489 passed
...@@ -12,12 +12,11 @@ build-backend: ...@@ -12,12 +12,11 @@ build-backend:
- npm run build - npm run build
artifacts: artifacts:
paths: paths:
- "./build/server.js" - "messagesAppBackend/build/server.js"
deploy-backend-to-heroku: deploy-backend-to-heroku:
image: ruby:latest image: ruby:latest
stage: deploy stage: deploy
skip_cleanup: true
before_script: before_script:
- gem install dpl - gem install dpl
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment