File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 76
76
# Deploy to Lightsail Container Service
77
77
aws lightsail create-container-service-deployment \
78
78
--service-name fp-core-prod \
79
- --region us-east-2 \
79
+ --region us-east-1 \
80
80
--containers file://containers.json \
81
81
--public-endpoint file://public-endpoint.json
Original file line number Diff line number Diff line change 85
85
# Deploy to Lightsail Container Service
86
86
aws lightsail create-container-service-deployment \
87
87
--service-name fp-core \
88
- --region us-east-2 \
88
+ --region us-east-1 \
89
89
--containers file://containers.json \
90
90
--public-endpoint file://public-endpoint.json
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fplus-http-server"
3
3
authors = [" jbesraa" , " kokal33" , " clriesco" ]
4
- version = " 1.0.15 "
4
+ version = " 1.0.16 "
5
5
description = " FPlus main http module"
6
6
license = " MIT OR Apache-2.0"
7
7
edition = " 2021"
@@ -20,7 +20,7 @@ actix-cors = "0.6.4"
20
20
reqwest = { version = " 0.11.18" , features = [" json" ] }
21
21
futures = " 0.3.28"
22
22
dotenv = " 0.15.0"
23
- fplus-lib = { path = " ../fplus-lib" , version = " 1.0.15 " }
23
+ fplus-lib = { path = " ../fplus-lib" , version = " 1.0.16 " }
24
24
anyhow = " 1.0.75"
25
25
async-trait = " 0.1.73"
26
26
uuidv4 = " 1.0.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fplus-lib"
3
3
authors = [" jbesraa" , " kokal33" , " clriesco" ]
4
- version = " 1.0.15 "
4
+ version = " 1.0.16 "
5
5
edition = " 2021"
6
6
description = " FPlus library/helper files"
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments