forked from mito-systems/sol-mem-gen
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:
parent
7c95548389
commit
d3e6f7ad12
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user