def staging(): """ chooses testing environment """ env.environment = "staging" env.hosts = ["staging.myproject.com"] env.user = "myproject" print("STAGING WEBSITE\n")