Moved to only deploy from master image from apache-pagespeed custom image, and only deploy on master

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-09-24 10:24:55 +02:00
parent bd1e20e61e
commit 072f6377dc
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
2 changed files with 3 additions and 1 deletions

View File

@ -42,3 +42,5 @@ deploy:
- chmod 700 ~/.ssh
script:
- ssh -o StrictHostKeyChecking=no -p $SSH_PORT $SSH_DESTINATION "cd $PATH_TO_APPLICATION; $UPGRADE_COMMAND;"
only:
- master

View File

@ -1,4 +1,4 @@
FROM registry.gitlab.com/lovallat/php-apache-pagespeed:latest
FROM registry.gitlab.com/lovallat/php-apache-pagespeed:master
EXPOSE 80