Merge branch 'WORK-RHA' of https://codefirst.iut.uca.fr/git/Sae_LeftOvers/LeftOvers_Api into WORK-RHA
continuous-integration/drone/push Build is passing Details

pull/6/head
Rayhân HASSOU 1 year ago
commit 0dc727fe44

@ -38,7 +38,7 @@ steps:
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/rathan.hassou/leftovers_api:latest
IMAGENAME: hub.codefirst.iut.uca.fr/rayhan.hassou/leftovers_api:latest
CONTAINERNAME: left-over-container
COMMAND: create
OVERWRITE: true

@ -18,4 +18,4 @@ COPY --from=builder /usr/src/app/dist ./dist
EXPOSE 3000
CMD [ "node", "dist/index.js" ]
CMD [ "node", "dist/server.js" ]

Loading…
Cancel
Save