#
continous-delivery
Here are 24 public repositories matching this topic...
Open
7
react
redux
javascript
rollup
feature-flags
feature-toggles
lerna
recompose
launchdarkly
splitio
continous-delivery
-
Updated
Sep 28, 2020 - JavaScript
GitHub actions for R and accompanying R package
github
setup
devops
data-science
rstats
cicd
continous-integration
continous-delivery
github-actions
-
Updated
Aug 7, 2020 - R
v2Nitesh
commented
Apr 17, 2019
fledge beta
Git error. Command: git log origin/dev..dev
fatal: ambiguous argument 'origin/dev..dev': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
Please suggest something to fix this...
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
plugin
java
elasticsearch
performance
kibana
backend
continuous-integration
ci
cd
reporting
grafana
jmeter
listener
performance-analysis
performance-testing
jmeter-plugin
backend-listener
continous-delivery
jmeter-plugins
elasticsearch-engine
-
Updated
Aug 31, 2020 - Java
Global shared library for SaleMove pipeline jobs
-
Updated
Sep 1, 2020 - Groovy
batou is a BSD licensed utility, written in Python, to configure development and production environments for web applications.
-
Updated
Sep 29, 2020 - Python
A GitHub Action for publishing Helm charts to Github Pages
-
Updated
Sep 18, 2020 - Shell
android
kotlin
flow
client
circleci
continuous-integration
mobile-app
mortar
circle-ci
rxkotlin
continous-delivery
-
Updated
Sep 21, 2020 - Kotlin
A simple application is developed to understand the DevOps CI/CD Pipeline
github
testing
jenkins
flask-application
building
jenkinsfile
jenkins-pipeline
jfrog-artifactory
continous-integration
continous-delivery
deevops
-
Updated
May 10, 2020 - Python
A simple public forum scripted in Golang with OAuth2
-
Updated
Feb 16, 2019 - Go
Isometric assets promoting Cloud Native & Continuous Delivery
-
Updated
Sep 20, 2020 - Shell
Package moved:
-
Updated
Mar 1, 2019 - TypeScript
jenkins
jenkins-plugin
jenkins-pipeline
jenkins-ci
continous-integration
hudson
continous-deployment
continous-delivery
-
Updated
Sep 27, 2018 - Java
Tool for initializing new service
-
Updated
Mar 24, 2020 - Python
Continuous Delivery
openshift
continuous-integration
redhat
continous-optimization
continous-delivery
aicoe
tekton
operate-first
op1st
-
Updated
Sep 29, 2020
MA Weeks 8 & 9 - Working in a team of 5 to implement a social media platform with Ruby on Rails
-
Updated
Jun 21, 2018 - Ruby
Open source CI integrates with bitbucket and github build over docker images.
-
Updated
Jun 15, 2018
A simple docker container including terraform, packer and aws-cli
docker
packer
docker-container
terraform
gitlab-ci
continous-integration
continous-deployment
continous-delivery
terraform-compliance
-
Updated
Jul 21, 2020 - Shell
Repository for default infra applications deployed to Kubernetes using ArgoCD.
-
Updated
Mar 27, 2020
A PHP 7.x docker image with Composer and xDebug, contains just the minimum required to run Dusk on a CI.
docker
php
php7
continuous-integration
laravel-dusk
php-xdebug
continous-deployment
continous-delivery
laravel-testing
-
Updated
May 14, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the continous-delivery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the continous-delivery topic, visit your repo's landing page and select "manage topics."
大佬们:关于部署文档中的一些疑惑,麻烦指点下:
疑惑一:
拷贝渲染后的模板文件到nginx代码目录
cp -rf {{code}}/ci/gateway/core/* {{code}}/src/gateway/core/
第一个{{code}}指的是部署目录的路径?第二个{{code}}指的是源码的路径吗?
疑惑二:
将nginx配置文件复制到项目目录下
cp -rf {{code}}/src/gateway/core/* INSTALL_PATH/gateway
INSTALL_PATH/具体指的是什么路径
疑惑三:
./sbin/nginx # 启动nginx,启动nginx成功后
在浏览器中打开显示的是:Welcome to OpenResty!这个页面,麻烦在文档上加一下,或者告知下,配置完这个网关部署成功后,最终显示的是哪