Skip to content

Commit

Permalink
add release cookie in fly.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed Dec 8, 2023
1 parent 37269a8 commit d72e571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ battleship-*.tar
npm-debug.log
/assets/node_modules/

.lexical/
3 changes: 2 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ processes = []
[env]
PHX_HOST = "aayush-battleship.fly.dev"
PORT = "8080"
RELEASE_COOKIE = "59YpC0na-heDJtd8urKDYMwp6uAw-DAqVLahqKxJCj7DzsF7Cvh87Q=="

[experimental]
allowed_public_ports = []
private_network = true
auto_rollback = true

[[services]]
Expand Down

0 comments on commit d72e571

Please sign in to comment.