Skip to content

Commit

Permalink
Update railway.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
syphrpunk committed Jun 12, 2024
1 parent 5d505ca commit 45a8a1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions railway.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
nixPkgs = ['nodejs', 'pnpm']

[install]
cmds = ["pnpm install"]
dependsOn = ["setup"]
cmds = "pnpm install"

[variables]
NODE_ENV = "production"
Expand All @@ -17,7 +16,6 @@ PORT = 3000
[build]
builder = "nixpacks"
buildCommand = "pnpm build"
dependsOn = ["install"]

[deploy]
startCommand = './alto --e ${ENTRYPOINT} --signerPrivateKeys ${SIGNER_PRIVATE_KEY} --utilityPrivateKey ${UTILITY_PRIVATE_KEY} --minBalance "0" --rpcUrl ${RPC_URL} --networkName ${NETWORK_NAME}'
Expand Down

0 comments on commit 45a8a1d

Please sign in to comment.