Skip to content

Commit db4cd33

Browse files
action update for new name
update action definition for new repo naming
1 parent 91bcd3a commit db4cd33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Deploy Node app to AWS VM (EC2)'
2-
description: 'Deploy NodeJS App to an AWS VM (EC2)'
1+
name: 'Deploy Docker to AWS (EC2)'
2+
description: 'Deploy a Docker app to an AWS Virtual Machine (EC2) with Docker Compose'
33
branding:
44
icon: upload-cloud
55
color: red
@@ -66,4 +66,4 @@ runs:
6666
AWS_RESOURCE_IDENTIFIER: ${{ inputs.aws_resource_identifier }}
6767
run: |
6868
echo "running operations/_scripts/deploy/deploy.sh"
69-
$GITHUB_ACTION_PATH/operations/_scripts/deploy/deploy.sh
69+
$GITHUB_ACTION_PATH/operations/_scripts/deploy/deploy.sh

0 commit comments

Comments
 (0)