Questo contenuto non è disponibile nella lingua selezionata.

13.3.2.4. Deploying from a Snapshot


The following instructions describe how to deploy an application from a snapshot. Note that an application can be deployed from a binary artifact.

Procedure 13.2. To Deploy From a Snapshot:

  1. Save an application snapshot to build a deployable .tar.gz artifact:
    $ rhc save-snapshot App_Name --deployment
  2. Configure the application for binary artifact deployments:
    $ rhc configure-app App_Name --deployment-type binary
    Note that this command changes the application's deployment process and disables the git push command.
  3. Deploy the application using the binary artifact that was created:
    $ rhc deploy ./app.tar.gz -a App_Name
    Alternatively, use the following command to deploy from a URL:
    $ rhc deploy http://foo.com/path/to/file.tar.gz -a App_Name
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni sulla documentazione di Red Hat

Legal Notice

Theme

© 2026 Red Hat
Torna in cima