Update pre.yml

This commit is contained in:
qiaofeng1227 2022-07-27 17:22:17 +08:00 committed by GitHub
parent 2e5a909bed
commit 04f9162e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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