Skip to content

Commit

Permalink
Removing old config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarboni committed Apr 3, 2020
1 parent 80ae179 commit b00477d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions deploy.sh
Expand Up @@ -36,15 +36,12 @@ base=$PWD

account=$(cat account.txt)
project_id=$(cat project_id.txt)
gcloud config set account $account
gcloud config set project $project_id

form_page=$(cat form_page.txt)
success_page=$(cat success_page.txt)
error_page=$(cat error_page.txt)
sheet_id=$(cat sheet-id.txt)
worksheet_name=$(cat worksheet-name.txt)

gcloud config set account $account
gcloud config set project $project_id


# Enable APIs

Expand Down

0 comments on commit b00477d

Please sign in to comment.