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

auto choose upload compiling output to ftp first #4635

Merged
merged 1 commit into from
Dec 30, 2021
Merged

auto choose upload compiling output to ftp first #4635

merged 1 commit into from
Dec 30, 2021

Conversation

zl03jsj
Copy link
Contributor

@zl03jsj zl03jsj commented Dec 22, 2021

auto choose ftp/oss/artifacts for uploading targets.
oss secrets configurations:

  • Secrets.OSS_ENDPOINT
  • Secrets.OSS_BUCKET
  • Secrets.OSS_KEY_SECRET,
  • Secrets.OSS_KEY_ID

ftp secrets configurations:

  • Secrets.FTP_HOST
  • Secrets.FTP_USER
  • Secrets.FTP_PWD

the action would try upload targets to oss first. if failed, upload to artifacts.

@zl03jsj zl03jsj changed the title auto choose oss or artifacts for uploading compile targets. [wip] auto choose oss or artifacts for uploading compile targets. Dec 27, 2021
@zl03jsj zl03jsj changed the title [wip] auto choose oss or artifacts for uploading compile targets. [wip] auto choose upload compiling output to ftp frist Dec 27, 2021
@Fatman13 Fatman13 linked an issue Dec 27, 2021 that may be closed by this pull request
@zl03jsj
Copy link
Contributor Author

zl03jsj commented Dec 28, 2021

issue here: #4652

@zl03jsj zl03jsj marked this pull request as draft December 29, 2021 03:08
@zl03jsj zl03jsj marked this pull request as ready for review December 29, 2021 03:10
@zl03jsj zl03jsj marked this pull request as draft December 29, 2021 03:10
@zl03jsj zl03jsj marked this pull request as ready for review December 30, 2021 04:27
2. support upload compiling outputs to ftp.
take ftp first.
@zl03jsj zl03jsj changed the title [wip] auto choose upload compiling output to ftp frist auto choose upload compiling output to ftp first Dec 30, 2021
@zl03jsj zl03jsj merged commit 6cd3caf into filecoin-project:master Dec 30, 2021
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.

github action上传bin文件到ftp
2 participants