Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #166 from BanklessDAO/hotfix/1.6.1
Browse files Browse the repository at this point in the history
reference prod environment files
  • Loading branch information
SlinkyPotato authored Oct 1, 2021
2 parents 788f87e + 5bb5900 commit 4554f0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.1-RELEASE (2021-10-01)

1. Reference production environment files

## 1.6.0-RELEASE (2021-10-01)

1. Fixed RetrieveFAQs tests to properly use mocking and fix yarn linting script
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "degen",
"version": "1.6.0",
"version": "1.6.1",
"description": "Administrative and Utilitarian bot for the Bankless Discord Server.",
"main": "app.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
apps : [{
name : 'DEGEN',
script : './dist/app/app.js',
node_args: '-r dotenv/config --trace-warnings dist/app/app.js dotenv_config_path=.env.qa',
node_args: '-r dotenv/config --trace-warnings dist/app/app.js dotenv_config_path=.env.prod',
log_date_format: 'YYYY-MM-DD HH:mm Z',
}],
};

0 comments on commit 4554f0c

Please sign in to comment.