Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Del Pozo Moreno committed Aug 28, 2022
1 parent 5e46d61 commit ef2e031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion actions/clases/reserva.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from rasa_sdk.types import DomainDict
from rasa_sdk.executor import CollectingDispatcher
from rasa_sdk import Tracker, FormValidationAction
from sqlalchemy import null
from actions.clases.auxiliar import *
from actions.clases.email import *
from actions.clases.menu import MenuGetUser
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ instance_size="your-instance-type" # eg: e2-small
user=$(id -nu 1000)
repo_name="ChatbotTFG"
dir="/home/${user}"
redis-password="the-password-of-redis-db" # Change this by your password, by default it will be used as password
redis_password="the-password-of-redis-db" # Change this by your password, by default it will be used as password

# Create instance
output=$(gcloud compute instances create ${instance_name} --project=${project} --zone=${instance_zone} --machine-type=${instance_size} --network-interface=network-tier=PREMIUM,subnet=default --maintenance-policy=MIGRATE --provisioning-model=STANDARD --service-account=741352664526-compute@developer.gserviceaccount.com --scopes=https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring.write,https://www.googleapis.com/auth/servicecontrol,https://www.googleapis.com/auth/service.management.readonly,https://www.googleapis.com/auth/trace.append --tags=http-server,https-server --create-disk=auto-delete=yes,boot=yes,device-name=asd,image=projects/debian-cloud/global/images/debian-11-bullseye-v20220719,mode=rw,size=10,type=projects/${project}/zones/${instance_zone}/diskTypes/pd-balanced --no-shielded-secure-boot --shielded-vtpm --shielded-integrity-monitoring --reservation-affinity=any)
Expand Down

0 comments on commit ef2e031

Please sign in to comment.