Skip to content

Commit 34b36d6

Browse files
authored
Merge pull request #38 from remotemobprogramming/clean-up
clean up
2 parents 633a232 + 4ce499e commit 34b36d6

File tree

4 files changed

+2
-29
lines changed

4 files changed

+2
-29
lines changed

.github/workflows/build-docker-and-deploy-to-dev.yml renamed to .github/workflows/deploy-to-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
branches:
44
- 'main'
55

6-
name: Build Docker Image and Deploy to DEV
6+
name: Deploy to DEV
77
jobs:
88
test:
99
uses: remotemobprogramming/timer/.github/workflows/test.yml@main

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,4 @@ The timer.mob.sh service for the mob.sh tool.
66

77
Created by [Dr. Simon Harrer](https://twitter.com/simonharrer) and [Jochen Christ](https://twitter.com/jochen_christ) in Oktober 2021.
88

9-
Currently maintained by [Gregor Riegler](https://twitter.com/gregor_riegler) and [Joshua Töpfer](https://twitter.com/JoshuaToepfer), and to some limited degree still by [Dr. Simon Harrer](https://twitter.com/simonharrer).
10-
11-
12-
### droplet install
13-
14-
- droplet with docker
15-
- fixed ip
16-
- firewall
17-
18-
```bash
19-
# in droplet once
20-
git clone --recurse-submodules https://github.com/evertramos/nginx-proxy-automation.git webproxy
21-
cd webproxy/bin && ./fresh-start.sh --yes -e simon.harer@gmail.com --skip-docker-image-check
22-
23-
# in dev
24-
./build
25-
26-
# in droplet
27-
docker stop mobtimer
28-
docker rm mobtimer
29-
docker run -d -e VIRTUAL_HOST=timer.mob.sh -e LETSENCRYPT_HOST=timer.mob.sh -e LETSENCRYPT_EMAIL=simon.harrer@gmail.com -e PORT=80 --expose 80 --network=proxy --name mobtimer simonharrer/mob-timer:latest
30-
echo "done"
31-
```
32-
9+
Currently maintained by [Gregor Riegler](https://twitter.com/gregor_riegler) and [Joshua Töpfer](https://twitter.com/JoshuaToepfer), and to some limited degree still by [Dr. Simon Harrer](https://twitter.com/simonharrer).

build

Lines changed: 0 additions & 1 deletion
This file was deleted.

deploy

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)