Skip to content

Commit

Permalink
Merge branch 'main' of github.com:filecoin-project/filplus-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Aug 21, 2023
2 parents 22b38dc + 0d0d3ce commit 81cb041
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 233 deletions.
2 changes: 1 addition & 1 deletion deployment.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo docker build . -t fp-core
sudo docker build --platform=linux/amd64 . -t fp-core
sudo docker tag fp-core:latest public.ecr.aws/b3c4u5n1/filecoin-core-api:latest
sudo aws ecr-public get-login-password --region us-east-1 | sudo docker login --username AWS --password-stdin public.ecr.aws
sudo docker push public.ecr.aws/b3c4u5n1/filecoin-core-api:latest
Expand Down
Loading

0 comments on commit 81cb041

Please sign in to comment.