Commit b28e5919 authored by Ignacio's avatar Ignacio
Browse files

Mete la carpeta rules en deploy

Así se copia en el servidor al desplegar
parent e1e012d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh

for f in $(pwd)/rules/*.rules.yml
for f in $(pwd)/deploy/rules/*.rules.yml
do
	if [ -e "$f" ]
	then