Deploying frontend app static files + Sentry recipe #4237
Unanswered
franck-grenier
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Deployer,
I have a question about deploying my frontend app static files regarding Sentry releases. I use Deployer 7.5.12.
I generate my Javascript app and then upload only the resulting
distfolder. I do not rundeploy:update_code. Then, I do not get the Git "archive" repo on the host.My deploy task looks like that :
The problem is that the Sentry recipe does not work correctly with this architecture as it runs commands on the host to get revision numbers (previous and current release revisions). And those commands fail as there is no REVISION files in the release folders on my host.
Example of failing command : https://github.com/deployphp/deployer/blob/master/contrib/sentry.php#L193
Would you have any advice on how to handle that ?
Beta Was this translation helpful? Give feedback.
All reactions