Update pre.yml

This commit is contained in:
qiaofeng1227 2022-07-26 09:15:26 +08:00 committed by GitHub
parent c14bdd3588
commit fafa075550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,4 +32,4 @@
- name: Config .env for start containers
shell: |
sed -i 's/APP_VERSION=.*/APP_VERSION=v{{redis_version}}/g' {{installpath}}/{{appname}}/.env
sed -i 's/APP_REDIS_VERSION=.*/APP_REDIS_VERSION={{redis_version}}/g' {{installpath}}/{{appname}}/.env