I’ve been doing the videos already and in the videos you don’t deploy the app to Vapor Cloud.
I had however added git to my app and I have been tracking it already. However when I try to deploy the app. vapor cloud deploy doesn’t automatically see my git folder and configure my app. I get this.
It is. Thank you. I’m on an issue where i’m trying to
“vapor cloud run --env=production "revert --all --yes”
but i’m getting
"TILApp git:(master) vapor cloud run --env=production “revert --all --yes”
app: TIL
env: production
Running ‘.build/release/Run --env=production revert --all --yes --env=production’
[Deprecated] --option=value syntax is deprecated. Please use --option value (with no =) instead.
[ INFO ] Migrating ‘psql’ database (FluentProvider.swift:28)
[ INFO ] Migrations complete (FluentProvider.swift:32)
Usage: /vapor/tilapp-yungdai-production/code/.build/release/Run revert [–all,-a]
[tilapp-yungdai-production-deployment-6d795c684-n2d9f]
Reverts migrations that have been previously prepared.
By default, only the latest batch of migrations will be reverted.
[tilapp-yungdai-production-deployment-6d795c684-n2d9f]
Options:
all Reverts all migrations, not just the latest batch. [CommandError.excessInput: Too many arguments or unsupported options were supplied: [“–env=production”]]"