prima-twig 0.2.20 → 0.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cd15d2cc9476e6e04306a744bda9ce8e2abe481
|
|
4
|
+
data.tar.gz: 426c49794ef7e59e01485364cc05e7b56c3caceb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5872a4c09e57fb45712f967e2e04d24783fe206fe42e19e1ecd2505104fec8ddabef6aa8740883e4054a1926d9044c5ad4998538daff4580225c016cc5f489a6
|
|
7
|
+
data.tar.gz: 3d48fd42402c1add6cfc672b6e01a4cb9e50910dc2f05d74ca748e1d0a0b25e9f9656fabc353b770c3bd21ea5d01a0ec5237c75293140d8cb997aa58d70ac38d
|
data/bin/twig-feature
CHANGED
|
@@ -142,6 +142,7 @@ class Release
|
|
|
142
142
|
is_eb_ready = is_eb_ready?(@application_name, @environment_name)
|
|
143
143
|
wait_for_eb_ready(@application_name, @environment_name) unless is_eb_ready
|
|
144
144
|
exec_step "cd /tmp/prima && rsync -azd -e 'ssh -o StrictHostKeyChecking=no -i #{@ssh_key_path}' --rsync-path='sudo rsync' --exclude-from app/deploy/aws_docker/qa/.rsync-exclude-qa . ec2-user@#{public_ip_address}:/var/app/current/"
|
|
145
|
+
exec_step "ssh -tt -o StrictHostKeyChecking=no -i #{@ssh_key_path} ec2-user@#{public_ip_address} 'sudo rm -rf /var/app/current/app/cache/*'"
|
|
145
146
|
output "Deploy ignorante effettuato!".green
|
|
146
147
|
else
|
|
147
148
|
output "Non puoi fare il deploy ignorante se l'environment non esiste".red
|