Skip to content
#

deploy

Here are 838 public repositories matching this topic...

brecke
brecke commented May 2, 2018

hi there,

Just installed latest versions of shipit packages and here's something new:

Running 'deploy:fetch' task...
Create workspace...
Workspace created: "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Initialize local repository in "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Running "git init" on local.
@ Initialized empty Gi
rongxr
rongxr commented Sep 27, 2019

1、安装环境,请务必确认docker和docker-compose已经安装好了
[root@localhost]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@localhost]# docker --version
Docker version 19.03.1, build 74b1e89
[root@localhost]# docker-compose -version
docker-compose version 1.24.0, build 0aa59064

2、下载opsmanage的zip包
https://github.com/welliamcao/OpsManage

3、把zip包上传到linux系统任何目录,例如:/data/pkg。

4、编辑aut

joshunger
joshunger commented Aug 22, 2016

Is it possible to add support for usernames already defined in the ssh config? It isn't technically "passing" it but ssh just uses it. This is how I believe Ansible works. This would be very helpful so (a) usernames aren't hardcoded and (b) a username configured already for the server in ssh so you don't duplicate the definition elsewhere.

An easy example is ec2-user for Amazon Linux instanc

wordmove
wildhart
wildhart commented Oct 1, 2019

Since I discovered stopAppDuringPrepareBundle: false I've been trying to remember to create a swap file whenever I spin up a new server. I've just realised I could use a hook for this.

Here's what I've come up with:

hooks: {
    'post.setup': {
        // create swap file so can safely use stopAppDuringPrepareBundle: false
        remoteComman

Improve this page

Add a description, image, and links to the deploy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deploy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.