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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 329a8fdbd752a23a76c627b5006b98f8a28a4cd5
4
- data.tar.gz: a35e261d10e00bf2ccca6eba61f73c217d9cc300
3
+ metadata.gz: 3cd15d2cc9476e6e04306a744bda9ce8e2abe481
4
+ data.tar.gz: 426c49794ef7e59e01485364cc05e7b56c3caceb
5
5
  SHA512:
6
- metadata.gz: f3df5a16cba39ec5f8e32b35393cee02dec19dc477a9afb8565252840f87583a904d903dcbffc4344a15b0c011b90fecba934e9fd55bcd40889c3bc6625419ad
7
- data.tar.gz: 7c40a18773dea60defadf57ff54b93bfc084f8414255334c5a2913f359c96ffd3fd3895b711dcef51d7149c9cf5af66c3e39cbe18758b5a4993b89681ded9b17
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.20
4
+ version: 0.2.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino