Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyZZZZ committed Oct 16, 2023
1 parent 0ce64a2 commit 9da0566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.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 build
docker run -t --rm -v $PWD:/app -w /app node:6 npm run build
2 changes: 1 addition & 1 deletion 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 -v $PWD:/app -w /app node:6 npm run deploy
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ functions:
SLACK_WEBHOOK: ${env:SLACK_WEBHOOK}
timeout: 45
events:
- schedule: rate(1 day)
- schedule: rate(1 day)

0 comments on commit 9da0566

Please sign in to comment.