You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some-app-spec-file-1.yaml has the applicationName, deploymentGroupName already defined. I have different app-spec (some-app-spec-file-2.yaml) files that I want to be able to run using the same GH Action.
This does register the new Task Definition but doesn't create a deployment.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to achieve the following functionality using this GH Actions.
aws deploy create-deployment --cli-input-yaml file://some-app-spec-file-1.yaml
I tried the following steps:
some-app-spec-file-1.yaml
has theapplicationName
,deploymentGroupName
already defined. I have different app-spec (some-app-spec-file-2.yaml
) files that I want to be able to run using the same GH Action.This does register the new Task Definition but doesn't create a deployment.
The text was updated successfully, but these errors were encountered: