Update deploy script to handle records dir (#15)

Part of https://www.notion.so/Option-to-post-paid-for-memes-to-twitter-x-18ca6b22d4728051804ef4f55065d5ba

Reviewed-on: #15
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
Prathamesh Musale 2025-02-06 15:55:10 +00:00 committed by Prathamesh Musale
parent 7c95548389
commit d3e6f7ad12
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@
* Deploy `sol-mem-gen` App:
```bash
# In sol-mem-gen/deploy dir
docker run -it \
-v ./:/app/deploy -w /app/deploy \
-e DEPLOYMENT_DNS=memes.markto.market \

View File

@ -38,7 +38,7 @@ if [ -z "$NEW_APPLICATION_VERSION" ] || [ "1" == "$NEW_APPLICATION_VERSION" ]; t
fi
# Generate application-record.yml with incremented version
mkdir records
mkdir -p records
RECORD_FILE=./records/application-record.yml
cat >$RECORD_FILE <<EOF