any way to for prisma deploy to skip sending data ...
# orm-help
r
any way to for prisma deploy to skip sending data to
prisma.sh
? currently stuck with this for an offline-installation:
Copy code
2019-05-09T11:41:50.549Z environment { needsAuth: false }
2019-05-09T11:41:50.551Z client is local cluster: false
2019-05-09T11:41:50.555Z client Sending query to cloud api
2019-05-09T11:41:50.556Z client <https://api2.cloud.prisma.sh>
2019-05-09T11:41:50.556Z client {
      me {
        id
        name
        login {
          email
        }
      }
    }
2019-05-0
n
Could you do
prisma logout
before
prisma deploy
?