使用-e service_xxxx 来配置 http 相关参数,例如可以配置为基于 https 访问,具体配置请参考 https://github.com/ssgo/s。 global Global Vars 全局变量,可以全局所有项目使用。 deploy过程中被配置成为运行范围内有效的环境变量,对每一个项目都起效果。 Cache 构建缓存,尤其是依赖包,下次构建无更新可以不用在线拉...
linuxdeploy-plugin-gtklinuxdeploy-plugin-gtkPublic Gtk+2/3 plugin for linuxdeploy. Bundles Gtk+ resources, GLib schemas, and a lot more. Shell2413 Repositories linuxdeploy-plugin-qtPublic Qt plugin for linuxdeploy, bundling Qt resources, plugins, QML files and a lot more. ...
第一步, 把项目里 upload 文件夹复制到你项目根目录 第二步, 下载该js相关依赖npm 或 cnpm i chalk ora shelljs node-ssh inquirer compressing -D 第三步, 打开 upload/config.js 配置文件, 配置ssh地址, 用户名, 验证方式,需要上传的目录 第四步, 在你项目中 package.json 文件中 加上 "deploy": "n...
These are the minimum permissions you need to run this Action. If you need further assistance with permissions within GitHub Actions, please review the followingdocumentation. jobs:demo:if:${{ github.event.issue.pull_request }}#only run on pull request commentsruns-on:ubuntu-lateststeps:#Checkou...
git-deploy has 2 repositories available. Follow their code on GitHub.
Code Clone HTTPSGitHub CLI Download ZIP Latest commit Git stats 4,190commits Type Name Latest commit message Commit time .buildkite fix k8s test versions (#4182) Sep 22, 2022 .github chore(deps): update actions/checkout digest to 7884fca (#4119) ...
到https://github.com/注册账号,然后配置ssh登录。 1、配置git的登录信息 $git config --global user.name "你的git用户名" $git config --global user.email "你的git登录邮箱" github-ssh-config 2、生成ssh公私钥 $ssh-keygen -t rsa -C "你的git登录邮箱" ...
Name Last commit message Last commit date Latest commit History 3,093 Commits .github bin contrib docs recipe src tests .gitattributes .gitignore .php-cs-fixer.dist.php Dockerfile LICENSE README.md SECURITY.md composer.json composer.lock
Github Action to deploy a game to Steam Setup Prerequisites This action assumes you are registered as apartnerwith Steam. 1. Create a Steam Build Account Create a specialised builder account that only has access toEdit App MetadataandPublish App Changes To Steam, and permissions to edit your sp...
This repository contains GitHub Action for Azure WebApp to deploy to an Azure WebApp (Windows or Linux). The action supports deploying a folder,*.jar,*.war, and *.zipfiles (except msBuild generated packages). You can also use this GitHub Action to deploy your customized image into an Azure...