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

bump github/branch-deploy to v10 and update branch-deploy settings #1025

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

GrantBirki
Copy link
Member

This pull request updates branch-deploy to the latest version. It also removes the skip_reviews and skip_ci settings as this is an open source project, making those options somewhat unsafe.

@GrantBirki GrantBirki requested a review from a team as a code owner December 16, 2024 21:58
Copy link
Contributor

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Deploy your pull request to the development environment with .deploy to development

  4. 🚀 Deploy your pull request to the production environment with .deploy

    If anything goes wrong, rollback with .deploy main

  5. 🎉 Merge!

Note: If you have a larger change and want to block deployments, you can run .lock --reason <reason> to lock all other deployments (remove with .unlock)

You can view the branch deploy usage guide for additional information

@GrantBirki
Copy link
Member Author

.deploy

Copy link
Contributor

⚠️ Cannot claim deployment lock

Sorry GrantBirki, the production environment deployment lock is currently claimed by Razzmatazzz

Lock Details 🔒

  • Environment: production
  • Branch: sort-items-menu
  • Created At: 2024-12-14T12:02:57.031Z
  • Created By: Razzmatazzz
  • Sticky: true
  • Global: false
  • Comment Link: click here
  • Lock Link: click here

The current lock has been active for 2d:10h:20m:19s

If you need to release the lock, please comment .unlock production

@GrantBirki
Copy link
Member Author

.deploy

Copy link
Contributor

Deployment Triggered 🚀

GrantBirki, started a branch deployment to production (branch: branch-deploy-v10)

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
  }
}

Copy link
Contributor

Deployment Results ✅

GrantBirki successfully deployed branch branch-deploy-v10 to production

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
  }
}

Environment URL: tarkov.dev

@GrantBirki GrantBirki merged commit 8562b65 into main Dec 16, 2024
2 checks passed
@GrantBirki GrantBirki deleted the branch-deploy-v10 branch December 16, 2024 22:30
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

Successfully merging this pull request may close these issues.

2 participants