Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance committed Dec 21, 2023
1 parent f3588e9 commit cd71767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: google-github-actions/deploy-cloudrun@v2
with:
image: ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE }}:${{ github.sha }}
flags: '--min-instances=1 --max-instances=1 --memory=1024Mi --no-cpu-throttling'
flags: '--min-instances=1 --max-instances=1 --memory=512Mi --no-cpu-throttling'
service: "nestbot"
region: ${{ env.REGION }}
# NOTE: If using a pre-built image, update the image name here
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"deploy": "docker compose build && docker compose push && gcloud run deploy nestbot \\\n--image us-east1-docker.pkg.dev/mocap-test-project/jonbot/nestbot:latest \\\n--platform managed \\\n--region us-central1"
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@discordjs/voice": "^0.16.1",
Expand Down

0 comments on commit cd71767

Please sign in to comment.