github.com/GoogleContainerTools/skaffold@v1.39.18/examples/ruby/README.md (about)

     1  ### Example: Ruby/Rack with hot-reload
     2  
     3  [![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/GoogleContainerTools/skaffold&cloudshell_open_in_editor=README.md&cloudshell_workspace=examples/ruby)
     4  
     5  Simple example based on Ruby/Rack application demonstrating the file synchronization mode.
     6  
     7  #### Init
     8  
     9  ```bash
    10  skaffold dev
    11  ```
    12  
    13  #### Workflow
    14  
    15  * Make some changes to `app.rb`:
    16      * The file will be synchronized to the cluster
    17  * Make some changes to `Gemfile`:
    18      * The full build/push/deploy process will be triggered, fetching dependencies from `rubygems`
    19  
    20