Skip to content

Commit

Permalink
Revert "Merge branch 'main'
Browse files Browse the repository at this point in the history
This reverts commit 81cb041
Reason: The local branch was behind when the merge was done
  • Loading branch information
kokal33 committed Aug 22, 2023
1 parent 81cb041 commit 5232f3a
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 448 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 --platform=linux/amd64 . -t fp-core
sudo docker build . -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 5232f3a

Please sign in to comment.