Skip to content

Commit df1dd36

Browse files
author
Seth Goings
committed
Merge pull request #4573 from sgoings/aws-ssh-key
fix(contrib/aws[rigger]): upload correct ssh key
2 parents 89754c7 + 6c49366 commit df1dd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/aws/create

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function aws-deisctl-tunnel {
9090
(
9191
cd ${DEIS_ROOT}
9292
rigger-log "Creating CloudFormation stack ${STACK_NAME}"
93-
aws-setup-keypair "${DEIS_TEST_AUTH_KEY}"
93+
aws-setup-keypair "${DEIS_TEST_SSH_KEY}"
9494
aws-provision-cluster "${STACK_NAME}"
9595
)
9696

0 commit comments

Comments
 (0)