fix: CI: move from&reply_to exports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2024-05-18 20:55:34 +05:30
parent 7b20a65864
commit 74e2392419
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -7,8 +7,6 @@ steps:
- DATABASE_URL=postgres://postgres:password@database:5432/postgres
- VANIKAM_email_URL=smtp://admin:password@email:10025
- MAILDEV_URL=http://email:1080
- VANIKAM_email_FROM="Vanikam Info <info@vanikam.app>"
- VANIKAM_email_REPLY_TO="Vanikam Support <support@vanikam.app>"
commands:
# - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
# - apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget
@ -17,6 +15,8 @@ steps:
- rustup component add rustfmt
- rustup component add clippy
- export VANIKAM_server_COOKIE_SECRET="8190b05e070e1e2697ef6b436f2a2271d640dbd70dccf7827b5de932eef35d2e41d3"
- export VANIKAM_email_FROM="Vanikam Info <info@vanikam.app>"
- export VANIKAM_email_REPLY_TO="Vanikam Support <support@vanikam.app>"
- make db.migrate
- make lint
- make test