Add latest tags
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e9ea66c16c
commit
43c7108fc1
|
@ -10,7 +10,7 @@ local NixStep(env) =
|
||||||
local output = if prod then '' else ' .#staging-site';
|
local output = if prod then '' else ' .#staging-site';
|
||||||
{
|
{
|
||||||
name: 'nix build ' + env,
|
name: 'nix build ' + env,
|
||||||
image: 'nixos/nix',
|
image: 'nixos/nix:latest',
|
||||||
volumes: [Volume],
|
volumes: [Volume],
|
||||||
commands: [
|
commands: [
|
||||||
'$NIX build' + output,
|
'$NIX build' + output,
|
||||||
|
@ -22,7 +22,7 @@ local NetlifyStep(env) =
|
||||||
local prod = env == 'production';
|
local prod = env == 'production';
|
||||||
{
|
{
|
||||||
name: 'netlify deploy ' + env,
|
name: 'netlify deploy ' + env,
|
||||||
image: 'internetmat/drone-netlify',
|
image: 'internetmat/drone-netlify:latest',
|
||||||
volumes: [Volume],
|
volumes: [Volume],
|
||||||
settings: {
|
settings: {
|
||||||
token: { from_secret: 'netlify_token' },
|
token: { from_secret: 'netlify_token' },
|
||||||
|
|
Loading…
Reference in New Issue