Skip to content

Commit

Permalink
cd demo-project
Browse files Browse the repository at this point in the history
  • Loading branch information
jitu5 committed Mar 27, 2024
1 parent ccf35c2 commit 19e0b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
cd demo-project
echo "AWS_ECR_URL=public.ecr.aws/g0x0s3o2/kedro-viz-live-demo" >> $GITHUB_ENV
echo "KEDRO_VIZ_VERSION=$(cat .version)" >> $GITHUB_ENV
echo "cd demo-project" >> $GITHUB_ENV
# echo "AWS_ECR_URL=public.ecr.aws/g0x0s3o2/kedro-viz-live-demo" >> $BASH_ENV
# echo "KEDRO_VIZ_VERSION=$(cat .version)" >> $BASH_ENV
Expand All @@ -26,6 +25,7 @@ jobs:
run: pip3 install awscli
- name: Build demo container image
run: |-
cd demo-project
echo "kedro_viz==$KEDRO_VIZ_VERSION" >> src/docker_requirements.txt
docker build -t $AWS_ECR_URL:$KEDRO_VIZ_VERSION .
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
Expand Down

0 comments on commit 19e0b7e

Please sign in to comment.