add api endpoint to restart nostr
This commit is contained in:
parent
bea3e72c10
commit
7f6911b73e
3 changed files with 17 additions and 6 deletions
9
build.sh
Executable file
9
build.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
export AWS_PROFILE=personal
|
||||
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/micro-blog-fetchers-homelabstack:latest --push .
|
||||
|
||||
echo "Image pushed to ECR"
|
||||
Loading…
Add table
Add a link
Reference in a new issue