Skip to content

Commit

Permalink
add args for headless sam deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jifalops committed Dec 2, 2024
1 parent dde2366 commit 464eedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-unknown-linux-gnu, x86_64-unknown-linux-gnu
targets: aarch64-unknown-linux-gnu
- name: Install Zig toolchain
uses: korandoru/setup-zig@v1
with:
Expand All @@ -31,4 +31,4 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}
- run: |
cd deploy/aws_sam
sam deploy --parameter-overrides RustLog="${{ vars.RUST_LOG }}" PostgresUri="${{ secrets.POSTGRES_URI }}"
sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --parameter-overrides RustLog="${{ vars.RUST_LOG }}" PostgresUri="${{ secrets.POSTGRES_URI }}"

0 comments on commit 464eedf

Please sign in to comment.