mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 05:16:21 +00:00
fixes
This commit is contained in:
parent
69b5f39ba4
commit
bbb862abef
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ SiteService = Struct.new(:site, :usuarie, :params, keyword_init: true) do
|
||||||
|
|
||||||
def build_deploys
|
def build_deploys
|
||||||
Site::DEPLOYS.map { |deploy| "Deploy#{deploy.capitalize}" }
|
Site::DEPLOYS.map { |deploy| "Deploy#{deploy.capitalize}" }
|
||||||
.each do |deploy|
|
.each do |deploy|
|
||||||
next if site.deploys.find_by type: deploy
|
next if site.deploys.find_by type: deploy
|
||||||
|
|
||||||
site.deploys.build type: deploy
|
site.deploys.build type: deploy
|
||||||
|
|
|
@ -256,7 +256,7 @@ en:
|
||||||
posts: 'View and edit posts'
|
posts: 'View and edit posts'
|
||||||
title: 'Sites'
|
title: 'Sites'
|
||||||
enqueued: 'Waiting for build'
|
enqueued: 'Waiting for build'
|
||||||
enqueue: 'Build'
|
enqueue: 'Publish all changes'
|
||||||
failed: 'Failed!'
|
failed: 'Failed!'
|
||||||
build_log: 'Read log'
|
build_log: 'Read log'
|
||||||
invitations:
|
invitations:
|
||||||
|
|
Loading…
Reference in a new issue