Skip to content

Commit

Permalink
feat(vapt): add ssh key for vapt
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Jan 31, 2024
1 parent 4bed5ca commit b559f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .aws/deploy/backend-task-definition.vapt.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@
},
{
"name": "VAPT_SSH_PUBLIC_KEY",
"valueFrom": "STAGING_SSH_PUBLIC_KEY"
"valueFrom": "VAPT_SSH_PUBLIC_KEY"
},
{
"name": "VAPT_SSH_PRIVATE_KEY",
"valueFrom": "STAGING_SSH_PRIVATE_KEY"
"valueFrom": "VAPT_SSH_PRIVATE_KEY"
},
{
"name": "STEP_FUNCTIONS_ARN",
Expand Down

0 comments on commit b559f11

Please sign in to comment.