diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0e9ac7c..2445c0f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,6 +24,6 @@ jobs: - name: Deploy Infrastructure run: | aws cloudformation deploy \ - --template-file path/to/your-template.yaml \ - --stack-name YourStackName \ + --template-file ../../infrastructure/cloudFormation.yml \ + --stack-name s3 \ --capabilities CAPABILITY_NAMED_IAM \ No newline at end of file