This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #693 from omu/develop
Merge develop into master
- Loading branch information
Showing
1,212 changed files
with
173,744 additions
and
114,328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ jobs: | |
- restore_cache: | ||
<<: *restore_bundle | ||
- run: bundle install --path vendor/bundle --without development | ||
- run: bin/plugdo bundle install --path "$(readlink -m vendor/bundle)" --without development | ||
- save_cache: | ||
key: nokul-bundle-{{ .Branch }}-{{ checksum "Gemfile.lock" }} | ||
paths: | ||
|
@@ -128,9 +129,11 @@ jobs: | |
- restore_cache: | ||
<<: *restore_yarn | ||
- run: bundle --path vendor/bundle --without development | ||
- run: bin/plugdo bundle install --path "$(readlink -m vendor/bundle)" --without development | ||
- run: sudo apt install -y postgresql-client || true | ||
- run: bin/yarn install | ||
- run: bundle exec rake db:create db:schema:load | ||
- run: bundle exec rake test | ||
- run: bundle exec rake db:create db:structure:load | ||
- run: bundle exec rails test:system test | ||
deploy_develop: | ||
machine: | ||
enabled: true | ||
|
@@ -139,8 +142,8 @@ jobs: | |
- run: | ||
name: Deploy Develop to Dokku | ||
command: | | ||
git remote add develop [email protected]:nokul-develop && | ||
git push develop develop:master | ||
git remote add beta [email protected]:nokul-develop && | ||
git push beta develop:master | ||
deploy_master: | ||
machine: | ||
enabled: true | ||
|
@@ -149,8 +152,8 @@ jobs: | |
- run: | ||
name: Deploy Master to Dokku | ||
command: | | ||
git remote add beta [email protected]:nokul && | ||
git push beta master | ||
git remote add production [email protected]:nokul && | ||
git push production master | ||
# build flow | ||
workflows: | ||
|
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.