This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeployer.pharcurl
executable file
·138 lines (127 loc) · 5.63 KB
/
deployer.pharcurl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Deployer — 404 Not Found</title>
<meta name="author" content="Anton Medvedev">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="A deployment tool written in PHP with support for popular frameworks out of the box.">
<meta name="keywords" content="deployer, deployment, deploy, php, phar, parallel">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<meta property="og:title" content="Deployment Tool for PHP">
<meta property="og:description" content="A deployment tool written in PHP with support for popular frameworks out of the box.">
<meta property="og:image" content="https://deployer.org/images/opengraph-v4.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@antonmedv">
<meta name="twitter:creator" content="@antonmedv">
<meta name="twitter:title" content="Deployment Tool for PHP">
<meta name="twitter:description" content="A deployment tool written in PHP with support for popular frameworks out of the box.">
<meta name="twitter:image" content="https://deployer.org/images/opengraph-v4.png">
<link rel="canonical" href="">
<link rel="shortcut icon" href="/favicon.png" type="image/png">
<link rel="stylesheet" href="/bundle.097e6aa5.css">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-58919878-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="">
<nav>
<a class="logo" href="/">
<svg viewBox="0 0 242 195" xmlns="http://www.w3.org/2000/svg">
<g stroke="#fff" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" fill="none" fill-rule="evenodd">
<path d="M129.855 148.486l-33.32 38.02 13.524-49.694 98.148 56.985L241.455 1.469 110.06 136.813"/>
<path d="M96.41 186.885l-13.74-62.3L241.07 1.282.07 102.447l82.6 22.139"/>
</g>
</svg>
Deployer
</a>
<a href="/docs">Documentation</a>
<a href="/download">Download</a>
<a href="/recipes">Recipes</a>
<a href="/discuss">Discuss</a>
<a href="/blog">Blog</a>
<a href="https://github.com/deployphp/deployer">GitHub</a>
</nav>
<div class="container">
<h1>404 Not Found</h1>
</div>
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=deployerorg" id="_carbonads_js"></script>
</header>
<section>
<div class="container">
<div class="not-found">
<h3>Sorry, the page you are looking for could not be found.</h3>
<svg class="icon-not-found" viewBox="0 0 242 195" xmlns="http://www.w3.org/2000/svg">
<g stroke="#b9b9b9" stroke-width="1" stroke-dasharray="5, 5" fill="none">
<path d="M129.855 148.486l-33.32 38.02 13.524-49.694 98.148 56.985L241.455 1.469 110.06 136.813"></path>
<path d="M96.41 186.885l-13.74-62.3L241.07 1.282.07 102.447l82.6 22.139"></path>
</g>
</svg>
</div>
</div>
</section>
<footer class="">
<div class="container">
<span class="copy">
© 2013 — 2018 Deployer
</span>
<div class="with-love">
Made with
<svg class="icon-love" width="21" height="17" viewBox="0 0 21 17" xmlns="http://www.w3.org/2000/svg"><title>love</title><path d="M14.725.032a5.31 5.31 0 0 0-4.687 2.814 5.312 5.312 0 0 0-10 2.498c0 4.763 5.834 7.397 10 11.564 4.306-4.306 10-6.76 10-11.563A5.312 5.312 0 0 0 14.725.032z" fill="#E82F2F" fill-rule="evenodd"></path></svg>
by
<a href="https://github.com/antonmedv">Anton</a>
</div>
</div>
</footer>
<script src="/bundle.345ff268.js"></script>
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function () {
try {
w.yaCounter28042872 = new Ya.Metrika({
id: 28042872,
webvisor: true,
clickmap: true,
trackLinks: true,
accurateTrackBounce: true
});
} catch (e) {
}
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () {
n.parentNode.insertBefore(s, n);
};
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else {
f();
}
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript>
<div><img src="//mc.yandex.ru/watch/28042872" style="position:absolute; left:-9999px;" alt=""/></div>
</noscript>
</body>
</html>