Skip to content

Commit

Permalink
circle: bring back --no-cache for app.yaml
Browse files Browse the repository at this point in the history
we tried dropping it in 9ce4e5f, but GAE Standard still needs it
  • Loading branch information
snarfed committed Nov 28, 2024
1 parent 17ca06b commit ebe3e97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ jobs:
echo $GCLOUD_SERVICE_KEY | gcloud auth activate-service-account --key-file=-
service='<< pipeline.parameters.service >>'
gcloud='gcloud -q app deploy --project bridgy-federated'
if [[ $service == 'default' ]]; then
services='app.yaml router.yaml'
$gcloud index.yaml queue.yaml router.yaml
$gcloud --no-cache app.yaml
else
services='atproto_hub.yaml'
$gcloud atproto_hub.yaml
fi
gcloud -q app deploy --project bridgy-federated index.yaml queue.yaml ${services}
fi
- save_cache:
Expand Down

0 comments on commit ebe3e97

Please sign in to comment.