Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
--github-location repository=${{ github.repository }},commitId=${{ github.sha }}