diff --git a/deploy/README.md b/deploy/README.md index d1cb4c8..dbb2845 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -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 \ diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 5c15c37..91c17b7 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -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 <