File tree 2 files changed +3
-21
lines changed
2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 6
6
verify :
7
7
runs-on : ubuntu-latest
8
8
9
- defaults :
10
- run :
11
- working-directory : ./src
12
-
13
9
services :
14
10
postgres :
15
11
image : postgres:latest
31
27
with :
32
28
ruby-version : 2.7.7
33
29
bundler-cache : true
34
- working-directory : ./src
35
30
36
31
- name : Show Ruby version
37
32
run : ruby -v
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ Sessionizer is a tool for managing session registration for unconferences. It wa
23
23
git clone
[email protected] :minnestar/sessionizer.git
24
24
cd sessionizer
25
25
26
- # cd into /src folder
27
- cd /src
28
-
29
26
# install correct ruby version
30
27
asdf install ruby # OR
31
28
rbenv install # OR
@@ -75,7 +72,6 @@ bundle exec rails
75
72
To run the application
76
73
77
74
``` bash
78
- $ cd /src
79
75
$ rails s
80
76
```
81
77
@@ -91,7 +87,6 @@ scheduling algorithm.
91
87
Locally:
92
88
93
89
```
94
- $ cd src
95
90
$ bundle exec rake app:make_believe
96
91
```
97
92
@@ -112,18 +107,10 @@ rails spec
112
107
6 . Set a MANDRILL_MINNESTAR_USERNAME, MANDRILL_MINNESTAR_PASSWORD - These can be omitted if this app is for testing.
113
108
7 . Create the first event by navigating to ` /admin/events ` or using the
114
109
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:
123
111
124
- or from a specific branch with a --force
125
112
```
126
- $ git push heroku `git subtree split --prefix src THE_BRANCH_NAME`: master --force
113
+ $ git push heroku master
127
114
```
128
115
129
116
## Generating a schedule
@@ -147,4 +134,4 @@ Minnestar is dedicated to providing a harassment-free experience for everyone. A
147
134
148
135
## License
149
136
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.
You can’t perform that action at this time.
0 commit comments