We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently using the https://github.com/ubc/satis-go-docker docker container for playing around with satis-go.
My db.json looks like the following (with a whole list of private repo's, next to that laravel one):
{ "name": "My First Satis-Go", "homepage": "http://127.0.0.1:8080", "repositories": [ { "type": "git", "url": "https://github.com/jamisonvalenta/Laravel-4-Generators.git" } ], "require-all": true, "archive": { "directory": "dist", "format": "tar", "prefix-url": "http://cdn.satis.test" } }
After starting satis-go (/opt/satis-go/satis-go) the archive key gets removed from the db.json and is not transfered to the stage.json.
/opt/satis-go/satis-go
archive
How can I make it create the dist and keep this config?
dist
The text was updated successfully, but these errors were encountered:
i have the same problem.
Sorry, something went wrong.
Hi, I have same problem and find out that satis-go binaries from https://github.com/benschw/satis-go/releases/tag/0.1.1 always override db.json file. So I compile from source and it works well.
satis-go
db.json
No branches or pull requests
Currently using the https://github.com/ubc/satis-go-docker docker container for playing around with satis-go.
My db.json looks like the following (with a whole list of private repo's, next to that laravel one):
After starting satis-go (
/opt/satis-go/satis-go
) thearchive
key gets removed from the db.json and is not transfered to the stage.json.How can I make it create the
dist
and keep this config?The text was updated successfully, but these errors were encountered: