File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- FROM php:7.1 -cli-alpine
2
+ FROM php:7.3.25 -cli-alpine
3
3
4
4
# # Install SSH and Rsync
5
5
RUN apk add --no-cache openssh rsync
@@ -12,4 +12,4 @@ RUN composer global require deployer/deployer
12
12
RUN composer global require deployer/recipes --dev
13
13
14
14
# # Add Composer vendor into PATH
15
- ENV PATH /root/.composer/vendor/bin:$PATH
15
+ ENV PATH /root/.composer/vendor/bin:$PATH
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Please have a look at this article to find out how to use Deployer with self-bui
5
5
https://medium.com/@mtigdemir/php-deployment-with-deployer-to-aws-via-bitbucket-pipeline-a605763c63bf
6
6
7
7
8
- ## Example Bitbucket Pipeline
8
+ ## How to use Deployer Image with Bitbucket Pipeline
9
9
10
- <script src =" https://gist.github.com/mtigdemir/1bb599d7fa5caad3ab647aad87fadc18.js " ></script >
10
+ ### Available Versions
11
+
12
+ - PHP 7.1 (` mtigdemir\php-deployer-pipeline:7.1 ` )
13
+ - PHP 7.3 (` mtigdemir\php-deployer-pipeline:7.3.25 ` )
14
+
15
+ {% gist 1bb599d7fa5caad3ab647aad87fadc18 %}
16
+
17
+
18
+ Please note that, only PHP 7.1 tag uses Composer v1 and all the builds after that compatible with Composer v2
You can’t perform that action at this time.
0 commit comments