Project image
Altostra projects are not deployed directly to your cloud services accounts. Instead, they are first packaged into images that represent a "image" of the project at certain point in time. The image is uploaded to the Image Repository.
Project images always contain:
- The project Blueprint.
And can optionally contain:
- Source files. For example, when you use Node.JS and JavaScript).
- Build artifacts. For example, when you use compiled languages such as Java.
- Any file that you decide to include.
Including and excluding files
When you use the push command, Altostra by default will include all of your files. If you
want to exclude some files, create a .altoignore
file in the root directory of the project. The syntax is similar to
that of .gitignore
.