Skip to content

Commit

Permalink
Fix more issues with GHA and AWS deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Oct 25, 2023
1 parent 63f61fd commit 9a40250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cms/config/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ export default ({ env }) => ({
flags: {
nps: env.bool('FLAG_NPS', true),
},
watchIgnoreFiles: [
'**/config/sync/**',
],
});
1 change: 1 addition & 0 deletions cms/config/server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
url: env('CMS_URL', null),
app: {
keys: env.array('APP_KEYS'),
},
Expand Down

0 comments on commit 9a40250

Please sign in to comment.