Compare commits

...

2 Commits

Author SHA1 Message Date
René Jochum d0f3879ee1
Version 1.0.4 5 years ago
René Jochum 625a44492d
Rancher is cool
Signed-off-by: René Jochum <rene@jochums.at>
5 years ago

@ -4,7 +4,7 @@ stages:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: registry.wmk8s.com/rene.jochums.at/homepage:latest
tag: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.4
pushRemote: true
registry: registry.wmk8s.com
- name: Deploy

@ -11,4 +11,6 @@ Some days ago Alex told me about the great CLI task manager Taskwarrior as we ha
So I've updated the Todoist->Taskwarrior migration tool from [Matt Snider](https://github.com/matt-snider/todoist-taskwarrior) to a full two-way-sync tool. It's now capable of syncing Todoist to Taskwarrior and vice versa.
Get it on our Webmeisterei [git](https://git.webmeisterei.com/webmeisterei/todoist-taskwarrior)
<!--more-->
Rancher ist cool!
<!--more-->

@ -27,7 +27,7 @@ items:
container: nginx
spec:
containers:
- image: registry.wmk8s.com/rene.jochums.at/homepage:latest
- image: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.4
imagePullPolicy: Always
name: nginx
resources: {}
@ -85,4 +85,4 @@ items:
tls:
- hosts:
- rene.jochums.at
secretName: website-prod-tls
secretName: website-prod-tls

Loading…
Cancel
Save