We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bcd3a commit db4cd33Copy full SHA for db4cd33
action.yaml
@@ -1,5 +1,5 @@
1
-name: 'Deploy Node app to AWS VM (EC2)'
2
-description: 'Deploy NodeJS App to an AWS VM (EC2)'
+name: 'Deploy Docker to AWS (EC2)'
+description: 'Deploy a Docker app to an AWS Virtual Machine (EC2) with Docker Compose'
3
branding:
4
icon: upload-cloud
5
color: red
@@ -66,4 +66,4 @@ runs:
66
AWS_RESOURCE_IDENTIFIER: ${{ inputs.aws_resource_identifier }}
67
run: |
68
echo "running operations/_scripts/deploy/deploy.sh"
69
- $GITHUB_ACTION_PATH/operations/_scripts/deploy/deploy.sh
+ $GITHUB_ACTION_PATH/operations/_scripts/deploy/deploy.sh
0 commit comments