pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.49k stars 177 forks source link

Add SUP_NONCE to default variables #44

Closed stengaard closed 8 years ago

stengaard commented 8 years ago

SUP_NONCE is a value that is unique per invocation and can be used to orchestrate layered deployment strategies across a fleet of hosts.

Fixes #43

pkieltyka commented 8 years ago

I like the idea of SUP_USER, but why have both SUP_UNIXTIME and SUP_TIME (or nonce) ? I think one is enough to keep things simple.

VojtechVitek commented 8 years ago

Agreed, let's go with SUP_TIME in RFC3339 format for now. That should be enough. @stengaard can you update this PR?

stengaard commented 8 years ago

The initial reason for not going with RFC3339 was simply the length of the string and the inclusion of time zone which seems irrelevant given it will always be UTC.

But I'll update this to reflect.

VojtechVitek commented 8 years ago

LGTM, thanks for your contribution!