Skip to content

maximevalette/d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

d

Docker simple helper for deployments

Installation

curl https://raw.githubusercontent.com/maximevalette/d/main/d \
--output /usr/local/bin/d && \
chmod +x /usr/local/bin/d && \
d version

Environment file

Add a .d environment file in your project root:

PROJECT=my_project
USER=www-data

Opinions

  • Your main container should be named app
  • You need green / blue deployments (zero downtime)

About

Docker helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages