Skip to content

Commit 093305e

Browse files
committed
Deployment fix
1 parent 8fdcf2d commit 093305e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
- composer install
99
before_deploy:
1010
- mkdir -p acf-image-aspect-ratio-crop
11-
- cp -r *.php *.md readme.txt assets fields vendor acf-image-aspect-ratio-crop
11+
- cp -r *.php *.md readme.txt assets fields vendor composer.json composer.lock acf-image-aspect-ratio-crop
1212
- zip -r acf-image-aspect-ratio-crop.zip acf-image-aspect-ratio-crop
1313
deploy:
1414
- provider: releases

deploy-github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd ..
33
git clone https://${GITHUB_API_KEY}@github.com/joppuyo/acf-image-aspect-ratio-crop-packagist-release
44
rm -fr acf-image-aspect-ratio-crop-packagist-release/*
55
rm -f acf-image-aspect-ratio-crop-packagist-release/.*
6-
rsync -av --progress acf-image-aspect-ratio-crop/ acf-image-aspect-ratio-crop-packagist-release/ --exclude .git --exclude node_modules --exclude acf-image-aspect-ratio-crop.zip --exclude vendor --exclude=".travis.yml" --exclude=".editorconfig" --exclude=".gitignore" --exclude=".prettierrc.js" --exclude "deploy.sh"
6+
rsync -av --progress acf-image-aspect-ratio-crop/acf-image-aspect-ratio-crop/ acf-image-aspect-ratio-crop-packagist-release/ --exclude .git --exclude node_modules --exclude acf-image-aspect-ratio-crop.zip --exclude vendor --exclude=".travis.yml" --exclude=".editorconfig" --exclude=".gitignore" --exclude=".prettierrc.js" --exclude "deploy.sh"
77
git config --global user.email "[email protected]"
88
git config --global user.name "Johannes Siipola"
99
cd acf-image-aspect-ratio-crop-packagist-release

0 commit comments

Comments
 (0)