-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Develop no poetry (#477) * Set instance size to xxxlarge and log level to verbose during app deploy. * Only install schematic from pip, never use develop branch. * configureApp() will fail if the app does not exist yet. Put after deployApp() in case of first deployment. * try setting upload to FALSE and then configure it. The configApp() fails after deployApp() * if app exists, configure then deploy. Otherwise, deploy then configure. * change appName to testingXXX so it creates a new app instance and tests if the rsconnect configuration logic works. * Logic worked, go back to testing1 name * coerce warning to character so strsplit() does not fail. (#520) --------- Co-authored-by: Rongrong Chai <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters