Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Feb 2, 2024
1 parent 5b892fc commit 723375e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
path:
- access_counts
# - access_counts
# - es/indexer
# - pkgevents
# - pkgpush
Expand Down
2 changes: 1 addition & 1 deletion lambdas/upload_ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ error() {
account_id=$1
image_name=$2

regions="us-east-1 us-east-2" # $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text)
regions="us-east-2 us-east-1" # $(aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text)

for region in $regions
do
Expand Down

0 comments on commit 723375e

Please sign in to comment.