Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Merge requests
!38
Allow configuring cron tasks for deployable website
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Allow configuring cron tasks for deployable website
deployable-website-cron
into
master
Overview
1
Commits
2
Pipelines
2
Changes
1
Merged
Robin Sonnabend
requested to merge
deployable-website-cron
into
master
3 years ago
Overview
1
Commits
2
Pipelines
2
Changes
1
0
0
Merge request reports
Viewing commit
624f58aa
Prev
Next
Show latest version
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
624f58aa
Allow configuring cron tasks for deployable website
· 624f58aa
Robin Sonnabend
authored
3 years ago
deployable-website/tasks/website.yml
+
7
−
0
View file @ 624f58aa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -58,3 +58,10 @@
group
:
"
{{website.group|default(website.name)}}"
mode
:
"
0775"
with_items
:
"
{{website.subdirs|default([])}}"
-
name
:
create cron tasks
cron
:
name
:
"
{{item.name}}"
special_time
:
"
{{item.time}}"
job
:
"
{{item.command}}"
with_items
:
"
{{website.crontasks|default([])}}"
Loading