Hello <@U01JVDKASAC> could you help me shortly? He...
# seed
a
Hello @Frank could you help me shortly? Here is my problem. I've enabled Automatic Pull Request on seed by selecting
dev
stage as a default one, which includes some env vars on console. But when I deploy the PR stage, it doesn't include any env vars defined in default stage.. Also it doesn't remove the stage when the PR is closed.. In a word, it seems any features related to Auto-Deploy PR never work on seed... wondering
f
Hey @Anatol, can you send me a link to the PR stage that’s having the issue?
a
Hey @Frank Here is the link to the build: https://console.seed.run/trent-addpurpose/backend/activity/stages/pr45/builds/5 This time, I could make it working for env vars.. it only pulled down env vars from default stage when I've set env vars in default stage before creating PR stage. But this time, when I run
after_deploy
script on build machine of PR stage, it doesn't use app's default AWS account.. ahh sorry I solved the issue.. I had to specify the region on build hook.