Skip to content

Commit

Permalink
chore: refactor memory to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 13, 2023
1 parent 478f218 commit 9909f2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
MEMORY: 4G

jobs:
release-please:
name: Create release
Expand Down Expand Up @@ -76,7 +79,7 @@ jobs:
--max-instances=10
--min-instances=0
--allow-unauthenticated
--memory=4G
--memory=$MEMORY
--concurrency=1
deploy-prod:
Expand Down Expand Up @@ -126,5 +129,5 @@ jobs:
--max-instances=10
--min-instances=0
--allow-unauthenticated
--memory=4G
--memory=$MEMORY
--concurrency=1

0 comments on commit 9909f2d

Please sign in to comment.