Skip to content

Commit 1583822

Browse files
Update cloud agent version string for Fly deployments
1 parent 33ae1d7 commit 1583822

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ Update fly with:
1515

1616
```sh
1717
flyctl deploy --ha=false
18+
flyctl deploy --ha=false --config fly-testing.toml
1819
```

fly-testing.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLOUD_AGENT_AWS_SUBNETS = "1"
77
CLOUD_AGENT_AWS_SUBNET_ID = "1"
88
CLOUD_AGENT_CONNECTION_ID = "depot-fly-dev-iad"
99
CLOUD_AGENT_PROVIDER = "fly"
10-
CLOUD_AGENT_VERSION = "v1.0.0"
10+
CLOUD_AGENT_VERSION = "fly"
1111
FLY_APP_ID = "depot-testing-machines"
1212

1313
[processes]

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLOUD_AGENT_AWS_SUBNETS = "1"
77
CLOUD_AGENT_AWS_SUBNET_ID = "1"
88
CLOUD_AGENT_CONNECTION_ID = "depot-fly-iad"
99
CLOUD_AGENT_PROVIDER = "fly"
10-
CLOUD_AGENT_VERSION = "v1.0.0"
10+
CLOUD_AGENT_VERSION = "fly"
1111

1212
[processes]
1313
app = "node /app/dist/index.js"

0 commit comments

Comments
 (0)