Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Ofii authored Aug 22, 2024
1 parent 88ed2a0 commit 45648e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
--service-arn "$SERVICE_ARN" \
--source-configuration "$(cat <<EOF
{
"CodeRepository ": {
"CodeRepository": {
"RepositoryUrl": "${{ secrets.REPOSITORY_URL }}",
"SourceCodeVersion": {
"Type": "BRANCH",
"Value": "master"
},
"CodeConfiguration": {
"ConfigurationSource": "REPOSITORY"
},
"SourceDirectory": "/linguaphoto"
}
}
Expand Down

0 comments on commit 45648e9

Please sign in to comment.