Skip to content

Commit 6c49366

Browse files
author
Seth Goings
committed
fix(contrib/aws[rigger]): upload correct ssh key
1 parent d5b7ffa commit 6c49366

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)