diff options
| author | Julius Mittenzwei <julius@mittenzwei.com> | 2018-10-08 22:44:06 +0200 |
|---|---|---|
| committer | Julius Mittenzwei <julius@mittenzwei.com> | 2018-10-08 22:44:06 +0200 |
| commit | ecfede47f75917b47b404868d311da3dd189b91a (patch) | |
| tree | de4848609b7b6a1b55efcc543dc91ff537785beb /Makefile | |
first commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1522d19 --- /dev/null +++ b/Makefile | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | |||
| 2 | |||
| 3 | deploy: | ||
| 4 | ssh julius@knut.vpn.mittenzwei.com mkdir -p help.ccc.de | ||
| 5 | scp index.html julius@knut.vpn.mittenzwei.com:help.ccc.de | ||
| 6 | #ssh julius@content.events.ccc.de mkdir -p help.ccc.de | ||
| 7 | #scp index.html julius@content.events.ccc.de:help.ccc.de | ||
