Skip to content

Commit

Permalink
container region added
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Aug 28, 2023
1 parent 16b5ec6 commit 50a579f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"fp-core": {
"image": "public.ecr.aws/b3c4u5n1/filecoin-core-api:${{ github.ref_name }}",
"ports": {
"80": "HTTP"
"8080": "HTTP"
},
"environment": {
Expand All @@ -55,5 +55,6 @@ jobs:
# Deploy to Lightsail Container Service
aws lightsail create-container-service-deployment \
--service-name fp-core \
--region us-east-2 \
--containers file://containers.json

0 comments on commit 50a579f

Please sign in to comment.