Skip to main content

CLI utility to help deploy py-shinylive apps to hosted webservers via SSH.

Project description

shinylive export ./src_dev/app2 ./staging/app2 && rm -r ./src_test_webserver/shinyapps/app2 && mv ./staging/app2 ./src_test_webserver/shinyapps/

Separate Commands

  • Fresh deploy
shinylive export ./src_dev/app2 ./staging/app2
mv ./staging/app2 ./src_test_webserver/shinyapps/
  • Redeploy
shinylive export ./src_dev/app2 ./staging/app2
rm -r ./src_test_webserver/shinyapps/app2
mv ./staging/app2 ./src_test_webserver/shinyapps/

Single Commands

  • Fresh deploy
shinylive export ./src_dev/app2 ./staging/app2 && \
mv ./staging/app2 ./src_test_webserver/shinyapps/
  • Redeploy
shinylive export ./src_dev/app2 ./staging/app2 && \
rm -r ./src_test_webserver/shinyapps/app2 && \
mv ./staging/app2 ./src_test_webserver/shinyapps/

SSH/SFTP/PSCP

  • Copy directory and contents using Putty PSCP
pscp -r -i staging\app1\ user@host:/homes/user/docker_volumes/shinyapps/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shinylive_deploy-2024.7.1.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

shinylive_deploy-2024.7.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file shinylive_deploy-2024.7.1.tar.gz.

File metadata

  • Download URL: shinylive_deploy-2024.7.1.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for shinylive_deploy-2024.7.1.tar.gz
Algorithm Hash digest
SHA256 e998f2c1b895bb0ce90d3f8d1e4a700804d4f377273f4b5d554abff95a49568b
MD5 c73a34e37ce2ff1b1e4503bd992fc4c0
BLAKE2b-256 d4d37ad93ca39a6e10f25c820dae9123969bcc9a72932fd3c1385d43d9a7d958

See more details on using hashes here.

File details

Details for the file shinylive_deploy-2024.7.1-py3-none-any.whl.

File metadata

File hashes

Hashes for shinylive_deploy-2024.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 77b4b847e4351a464ba0146525d50a0e61447f85a3680ae4438f7956390bbb41
MD5 2804aba2a586813c1867ba9585719b38
BLAKE2b-256 06f2f6cd926f9a92ddd0d418fc8b33c2834438cea6b50f4ad00367d0c76e6d0f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page