Skip to content

Commit 09353fd

Browse files
committed
Removed src/ from docs and CI
1 parent def4ae8 commit 09353fd

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ jobs:
66
verify:
77
runs-on: ubuntu-latest
88

9-
defaults:
10-
run:
11-
working-directory: ./src
12-
139
services:
1410
postgres:
1511
image: postgres:latest
@@ -31,7 +27,6 @@ jobs:
3127
with:
3228
ruby-version: 2.7.7
3329
bundler-cache: true
34-
working-directory: ./src
3530

3631
- name: Show Ruby version
3732
run: ruby -v

README.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Sessionizer is a tool for managing session registration for unconferences. It wa
2323
git clone [email protected]:minnestar/sessionizer.git
2424
cd sessionizer
2525

26-
# cd into /src folder
27-
cd /src
28-
2926
# install correct ruby version
3027
asdf install ruby # OR
3128
rbenv install # OR
@@ -75,7 +72,6 @@ bundle exec rails
7572
To run the application
7673

7774
```bash
78-
$ cd /src
7975
$ rails s
8076
```
8177

@@ -91,7 +87,6 @@ scheduling algorithm.
9187
Locally:
9288

9389
```
94-
$ cd src
9590
$ bundle exec rake app:make_believe
9691
```
9792

@@ -112,18 +107,10 @@ rails spec
112107
6. Set a MANDRILL_MINNESTAR_USERNAME, MANDRILL_MINNESTAR_PASSWORD - These can be omitted if this app is for testing.
113108
7. Create the first event by navigating to `/admin/events` or using the
114109
console
115-
8. Since the app is in a git subtree (src/ directory), you need to push
116-
the app to heroku like this
117-
118-
from master
119-
120-
```
121-
$ git subtree push --prefix src heroku master
122-
```
110+
8. To deploy the app to heroku:
123111

124-
or from a specific branch with a --force
125112
```
126-
$ git push heroku `git subtree split --prefix src THE_BRANCH_NAME`:master --force
113+
$ git push heroku master
127114
```
128115

129116
## Generating a schedule
@@ -147,4 +134,4 @@ Minnestar is dedicated to providing a harassment-free experience for everyone. A
147134

148135
## License
149136

150-
This project is open source under the MIT license. See [LICENSE](src/LICENSE.txt) for details.
137+
This project is open source under the MIT license. See [LICENSE](LICENSE.txt) for details.

0 commit comments

Comments
 (0)