Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating deployment #194

Open
ziggy6792 opened this issue May 31, 2024 · 0 comments
Open

Creating deployment #194

ziggy6792 opened this issue May 31, 2024 · 0 comments

Comments

@ziggy6792
Copy link

ziggy6792 commented May 31, 2024

If my release already exists and I just want to record a deployment should I use this?

It seems this may replace the release I want to record a deployment for?

I see that when releases are created from my dev environment loose information (like: git contributors) when I use the action to record a deployment to a new env (e.g: when my dev release goes to prod).

      - name: Create Sentry Deployment
        id: create-sentry-deployment
        uses: getsentry/action-release@v1
        env:
          SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
          SENTRY_ORG: ${{ vars.SENTRY_ORG }}
          SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
        with:
          environment: <TARGET ENVIRONMENT>
          version: <SOME PRE-EXISTING RELEASE VERSION>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant