Skip to content

Commit

Permalink
fix: aws-prod script
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Aug 30, 2024
1 parent 54d8a91 commit 4011898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Sync .env from remote
- run: |
pip install -r toml pyyaml boto3
pip install toml pyyaml boto3
python scripts/envs.py build -t .aws/petercat-preview.toml --silence
# Build inside Docker containers
- run: sam build --use-container --config-file .aws/petercat-prod.toml
Expand Down

0 comments on commit 4011898

Please sign in to comment.