remove muneem because we can't deploy it
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
chromedriver
|
||||
chromium
|
||||
];
|
||||
startAt = "Thu *03:00:00";
|
||||
startAt = "Thu 03:00:00";
|
||||
script = ''
|
||||
cd /home/anish/usr/muneem
|
||||
source .envrc
|
||||
@@ -30,6 +30,6 @@
|
||||
systemd.timers.muneem = {
|
||||
wantedBy = [ "timers.target" ];
|
||||
partOf = [ "muneem.service" ];
|
||||
timerConfig.OnCalendar = [ "Thu *03:00:00" ];
|
||||
timerConfig.OnCalendar = [ "Thu 03:00:00" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user