Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyZZZZ committed Sep 11, 2023
1 parent 02c0c58 commit 7c930f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -xv
docker run -t --rm -e NODE_TLS_REJECT_UNAUTHORIZED=0 -v $PWD:/app -w /app node:6 npm install --quiet --progress=false && \
docker run -t --rm -v $PWD:/app -w /app node:6 npm run deploy
docker run -t --rm -e NODE_TLS_REJECT_UNAUTHORIZED=0 -v $PWD:/app -w /app node:18 npm install --quiet --progress=false && \
docker run -t --rm -v $PWD:/app -w /app node:18 npm run deploy

0 comments on commit 7c930f2

Please sign in to comment.