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

Add asf-staged for deployment preview #189

Merged
merged 2 commits into from
Dec 15, 2024
Merged

Conversation

tuhaihe
Copy link
Member

@tuhaihe tuhaihe commented Dec 3, 2024

closes: #182


Change logs

Describe your change clearly, including what problem is being solved or what document is being added or updated.

Contributor's checklist

Here are some reminders before you submit your pull request:

@tuhaihe
Copy link
Member Author

tuhaihe commented Dec 3, 2024

When Deploy to staging, an error happened:

  /usr/bin/git push origin asf-staging
  remote: Permission to apache/cloudberry-site.git denied to github-actions[bot].
  fatal: unable to access 'https://github.com/apache/cloudberry-site.git/': The requested URL returned error: 403
  Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"

However, have already added the write permissions to the job:

    permissions:
      contents: write

@tuhaihe
Copy link
Member Author

tuhaihe commented Dec 3, 2024

If all goes well, we can visit cloudberry.staged.apache.org to preview the changes to the site.

@tuhaihe tuhaihe force-pushed the asf-staged-preview branch 5 times, most recently from 302c662 to b1f168f Compare December 6, 2024 10:30
@tuhaihe
Copy link
Member Author

tuhaihe commented Dec 14, 2024

Now I would like to force push the changes to the repo to test if it goes well. If any questions, then can withdraw the commit.

@asfgit asfgit merged commit 926b43f into apache:main Dec 15, 2024
1 of 2 checks passed
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.

Add the asf-staged website preview support in the workflow
2 participants