Skip to content

Commit

Permalink
test aws deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojKrishnaChintaluri committed Jan 19, 2024
1 parent af4fdde commit d708bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
KUBE_CONFIG_PATH: ~/.kube/config

run: |
cd deploy && ls
cd deploy/terraform/aws
ls
# terragrunt init
# terragrunt apply -auto-approve --target=module.dataset_api \
# -var dataset_api_container_registry=${{ vars.DOCKERHUB_USERNAME }} \
Expand Down

0 comments on commit d708bfd

Please sign in to comment.