Skip to content

Commit

Permalink
Merge pull request #6 from filecoin-project/feat/general-app-loader
Browse files Browse the repository at this point in the history
Feat/general app loader
  • Loading branch information
jbesraa committed Aug 21, 2023
2 parents 97167fe + 5b97e88 commit 0d0d3ce
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 0d0d3ce

Please sign in to comment.