diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0d852a1..e3f9c76 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -38,14 +38,14 @@ jobs: with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ap-southeast-1 + aws-region: us-east-1 - name: Create CodeDeploy Deployment id: deploy run: | # Assuming the Deployment Group is already setup aws deploy create-deployment \ - --application-name application-name \ - --deployment-group-name AppDeploymentGroupName \ + --application-name Jan-app \ + --deployment-group-name JanAppDeploymentGroup \ --deployment-config-name CodeDeployDefault.OneAtATime \ - --github-location repository=${{ github.repository }},commitId=${{ github.sha }} \ No newline at end of file + --github-location repository=${{ github.repository }},commitId=${{ github.sha }}