Skip to content

Commit

Permalink
test: [skips render] test mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Nov 29, 2024
1 parent a05f594 commit 900c092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
port: ${{ secrets.DO_PORT }}
envs: MONGO_PROD_DB,REGISTER_FRONTEND_URL,REGISTER_ORG_FRONTEND_URL,NODE_ENV,FRONTEND_LINK,ADMIN_EMAIL,ADMIN_PASS,COORDINATOR_EMAIL,COORDINATOR_PASS,GH_TOKEN
script: |
set -e
set -x
ls -la
mkdir shivoh
ls -la
echo "MONGO_PROD_DB=${MONGO_PROD_DB}" > env
echo "FRONTEND_LINK=${FRONTEND_LINK}" >> env
echo "NODE_ENV=${NODE_ENV}" >> env
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ ARG MONGO_PROD_DB
# RUN npm run seed
RUN npm run build
RUN npm prune --omit=dev
EXPOSE 5000
EXPOSE 3000
CMD ["node", "dist/index.js"]

0 comments on commit 900c092

Please sign in to comment.