-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtasks.todo
42 lines (36 loc) · 1.02 KB
/
tasks.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
databases:
✔ postgres @done
✔ mysql @done
✔ redis @done
☐ mongodb
features:
☐ auto backups
app.git:
✔ clone, package, run
✔ redo only on change
✔ specific branch
✔ custom dockerfile @done
✔ synchronous commands/asserts during deploy @done
✔ number of instances @done
add destroy:
✔ add a `destroy` method to undo deploy of a service, app, ... @done
✔ update tests to support destroy @done
commands:
✔ run commands before starting/restarting an app @done
✔ run commands after starting/restarting an app @done
✔ run commands periodically (a cron job) @done
✔ choose to run the command inside a container or in the host machine @done
☐ try monitoring with vector and axiom
github actions:
☐ Create an example repo:
deploy any branch on demand
destroy on branch deletion
how to duplicate related containers like db?
test apps:
✔ static @done
✔ Laravel @done
✔ Adonis @done
✔ Nextjs @done
✔ Rust @done
☐ Remix
☐ Wordpress