partition by org_id and add auth
All checks were successful
Build and Publish / build-release (push) Successful in 3m7s
All checks were successful
Build and Publish / build-release (push) Successful in 3m7s
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
mixFodDeps = beamPackages.fetchMixDeps {
|
||||
inherit pname version;
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
sha256 = "sha256-SspB/uMURF/QIjs+h11rr+X/pJ4dy7zuX8HV52CK998=";
|
||||
sha256 = "sha256-/PT9ofpAGcKoRsds1JCXT7nzPgGnZrcu6gSQLJBpRE0=";
|
||||
};
|
||||
package = beamPackages.mixRelease {
|
||||
inherit pname version mixFodDeps;
|
||||
@@ -33,7 +33,7 @@
|
||||
};
|
||||
dockerImage = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "customer_service";
|
||||
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow ];
|
||||
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow pkgs.dockerTools.caCertificates ];
|
||||
config = {
|
||||
Cmd = [ "${package}/bin/customer_service" ];
|
||||
};
|
||||
@@ -48,6 +48,7 @@
|
||||
elixir-ls
|
||||
kubernetes-helm
|
||||
git
|
||||
nodejs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user