Use GitHub Actions to automatically deploy the latest version of V2Ray to IBM Cloud Foundry
Use GitHub Actions to automatically deploy the latest version of V2Ray to IBM Cloud Foundry
Read the details in my blog (in Chinese) | 中文教程
Settingstab on your own repository, and then click the
Secretsbutton to add the following encrypted environment variables:
| Environment Variables | Description | | --------------------- | ----------- | |
IBM_CF_USERNAME| IBM Cloud user name (email address) | |
IBM_CF_PASSWORD| IBM Cloud password | |
IBM_CF_ORG_NAME(optional) | Organization name, the default is the email address. Can be found on this page. | |
IBM_CF_SPACE_NAME(optional) | Space name, default is
dev. Can be found on this page. | |
IBM_CF_APP_NAME| App name, fill in according to your preference. | |
V2_UUID| Generate using UUID generator | |
V2_WS_PATH_VMESS
V2_WS_PATH_VLESS| Select one of the VMess and VLESS protocols, and fill in a combination of numbers and English letters. |
Run workflowbutton on the Actions page.
TIPS: You can customize the API address and App memory size through the workflow file.
MIT © P3TERX