Skip to content

Strategy for deploying from build directory without tracking it #45

@MarkLeMerise

Description

@MarkLeMerise

Right now, I have a pretty basic folder structure for my app:

| myapp
    |--www
    |--deploy
    |--dploy.yaml
    |--buildfile

When I run a build process, it builds into the deploy folder, which I have also set in .gitignore. I have added www to the exclude array in dploy.yaml.

With this setup, DPLOY will only want to upload the .rev file and nothing else. Ideally, I would like to keep the deploy directory ignored as it adds a lot of weight to the repo if tracked. Is there a prescribed strategy for this type of situation?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions