Skip to content

Commit

Permalink
Fix deployment revision JSON content
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Sep 26, 2024
1 parent ecb205a commit 239d24a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ jobs:
\"Revision\": {
\"RevisionType\": \"AppSpecContent\",
\"AppSpecContent\": {
\"Content\": \"{
\\\"version\\\": 0.0,
\\\"Resources\\\": [
\"Content\": {
\\"version\\": 0.0,
\\"Resources\\": [
{
\\\"i-08a0817b53b23613f\\\": {
\\\"Type\\\": \\\"AWS::EC2::Instance\\\",
\\\"Properties\\\": {
\\\"Image\\\": \\\"${{ steps.docker-image.outputs.image }}:latest\\\"
\\"i-08a0817b53b23613f\\": {
\\"Type": \\"AWS::EC2::Instance\\",
\\"Properties\\": {
\\"Image\\": \\"${{ steps.docker-image.outputs.image }}:latest\\"
}
}
}
]
}\"
}
}
}
}" > codedeploy.json
Expand Down

0 comments on commit 239d24a

Please sign in to comment.