If you have multiple aws cli profiles configured to work with multiple sets of credentials, you can tell the serverless cli which profile to use with either:
export AWS_PROFILE="profileName2"
or
serverless deploy --aws-profile profilename
This is covered in the docs here.