deploy
Here are 838 public repositories matching this topic...
I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.
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
secure sha1
I noticed in https://github.com/git-ftp/git-ftp/blob/master/man/git-ftp.1.md
It saves the deployed state by uploading the SHA1 hash in the .git-ftp.log
I do not know what this file will do.
- If is for secure I proposes to use sha256 instead sha1
Reason - sha1 is not enough secure
https://en.wikipedia.org/wiki/Hash_function_security_summary - If is for check collisions / errors, maybe
SFTP access
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
-
Updated
Jun 16, 2020 - YAML
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
Describe the bug
The Wiki describes install instructions for VVV, but these are manual instructions that would need to be redone on every new VM, and don't use the official way to install things
Expected behavior
Instructions on how to add a utility to config/config.yml
that installs wordmove
https://varyingvagrantvagrants.org/docs/en-US/utilities/
Literally just cre
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
-
Updated
Jun 7, 2020 - PHP

-
Updated
Jun 20, 2020 - TypeScript
-
Updated
Apr 18, 2020 - PHP
Documentation - Faq
Faq page will be added to https://flubucore.dotnetcore.xyz/
If anyone have a proposition about what to add to FAQ page please leave a comment in this issue.
Default max-age
Cache-control
value in the project's README.md and tests suggest users to use very high value 630720000 (20y). RFC 2616 mentions the Expires
value SHOULD NOT be more than 1y.
I suggest to use value of 31536000 (1y) in the doc/tests/examples to encourage this awesome project's users to be good netizens.
It's not too clear to me what this does, nor how it achieves zero-downtime deploys, etc. I want to believe you, but without technical details, and for having seen so many people mess this up, I have to remain skeptical :)
-
Updated
Jun 20, 2020 - Vue
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Apr 25, 2020 - Python
-
Updated
Jun 20, 2020 - Java
The provided example of deploy script is not enough please provide some more examples on how to git pull repository on my local folder at my server.
I have two application yii2 and laravel lumen.
I just want to git pull changes to my server once I push changes to gitlab.
-
Updated
Jun 13, 2020 - PHP
-
Updated
Jan 31, 2020 - Kotlin
Improve this page
Add a description, image, and links to the deploy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the deploy topic, visit your repo's landing page and select "manage topics."
There is no "pre-deploy" hook listed here as an option at https://pm2.keymetrics.io/docs/usage/deployment/. It should also be mentioned that this hook will run BEFORE
git pull
occurs, e.g. you may want to suggest to users to putgit reset --hard
as thepre-deploy
hook in case their files such asyarn.lock
change frequently, or localization occurs.