-
Notifications
You must be signed in to change notification settings - Fork 73
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
ci: sgx ci/cd #631
base: dev
Are you sure you want to change the base?
ci: sgx ci/cd #631
Changes from 1 commit
e166fef
2e5dc2f
15e45e8
088bb44
c9a90dc
06b60bf
eb8d7e7
863f183
a1da7a4
90c495b
ce8dcce
30d19e1
cb0acd3
3ac8998
3862bfc
539aefe
7ae1b94
3f0b93a
ad83fd0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -138,4 +138,11 @@ jobs: | |||||||
with: | ||||||||
token: ${{ secrets.CODECOV_TOKEN }} | ||||||||
files: lcov.info | ||||||||
fail_ci_if_error: true | ||||||||
fail_ci_if_error: true | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wouldn't this deployment run everytime a PR is raised? as the trigger condition in this
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can add this to the
|
||||||||
trigger-deployment: | ||||||||
# doing this here due to feedback @ https://github.com/tlsnotary/tlsn/pull/631#issuecomment-2415806267 | ||||||||
needs: tests-integration | ||||||||
uses: ./.github/workflows/tee-cd.yml | ||||||||
with: | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
# what this is supposed to do -> $ref is the tag: e.g., v0.1.0-alpha.7; pass the $ref string to the cd script and update reverse proxy / deploy | ||||||||
ref: ${{ github.ref_name }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.