-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
bump github/branch-deploy to v10
and update branch-deploy settings
#1025
Conversation
👋 Thanks for opening a pull request!If you are new, please check out the trimmed down summary of our deployment process below:
You can view the branch deploy usage guide for additional information |
.deploy |
|
.deploy |
Deployment Triggered 🚀GrantBirki, started a branch deployment to production (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "production",
"url": "https://tarkov.dev"
},
"deployment": {
"timestamp": "2024-12-16T22:27:12.923Z",
"logs": "https://github.com/the-hideout/tarkov-dev/actions/runs/12362434500"
},
"git": {
"branch": "branch-deploy-v10",
"commit": "39cd1adcea6165aa4bc8df4243a3c94020719171",
"verified": true
},
"context": {
"actor": "GrantBirki",
"noop": false,
"fork": false,
"comment": {
"created_at": "2024-12-16T22:26:51Z",
"updated_at": "2024-12-16T22:26:51Z",
"body": ".deploy",
"html_url": "https://github.com/the-hideout/tarkov-dev/pull/1025#issuecomment-2546983805"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ✅GrantBirki successfully deployed branch Details{
"status": "success",
"environment": {
"name": "production",
"url": "https://tarkov.dev"
},
"deployment": {
"id": 2045579949,
"timestamp": "2024-12-16T22:29:01.115Z",
"logs": "https://github.com/the-hideout/tarkov-dev/actions/runs/12362434500",
"duration": 108
},
"git": {
"branch": "branch-deploy-v10",
"commit": "39cd1adcea6165aa4bc8df4243a3c94020719171",
"verified": true
},
"context": {
"actor": "GrantBirki",
"noop": false,
"fork": false
},
"reviews": {
"count": 1,
"decision": "APPROVED"
},
"parameters": {
"raw": null,
"parsed": null
}
}
|
This pull request updates branch-deploy to the latest version. It also removes the
skip_reviews
andskip_ci
settings as this is an open source project, making those options somewhat unsafe.