Skip to content

Commit

Permalink
chore(ci): ensure correct full domain var is set for web app builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jun 17, 2022
1 parent 0288991 commit 9d056b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ jobs:
cp .env.example .env
sed -i -e "s|DATA_FULL_DOMAIN=https://data.master.clades.nextstrain.org|DATA_FULL_DOMAIN=${DATA_FULL_DOMAIN}|g" .env
sed -i -e "s|FULL_DOMAIN=autodetect|FULL_DOMAIN=${FULL_DOMAIN}|g" .env
./docker-dev web yarn install
./docker-dev web yarn lint
Expand Down

1 comment on commit 9d056b1

@vercel
Copy link

@vercel vercel bot commented on 9d056b1 Jun 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nextclade – ./

nextclade.vercel.app
nextclade-nextstrain.vercel.app
nextclade-git-master-nextstrain.vercel.app

Please sign in to comment.