Update deploy script to handle records dir #15

Merged
prathamesh merged 1 commits from pm-update-deploy-script into main 2025-02-06 15:55:11 +00:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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