Skip to content

Commit

Permalink
Merge pull request #78 from 2-alchemists/feat/fixed-ci-variables
Browse files Browse the repository at this point in the history
fixed GA variable during CI
  • Loading branch information
rchakode authored Feb 3, 2021
2 parents d1457af + 5b4baf5 commit 69fd708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
HOSTING_ANALYTICS_ID: ${{ secrets.HOSTING_ANALYTICS_ID }}
run: |
sed -i 's/HOSTING_RE_CAPTCHA_SITE_KEY/'$HOSTING_RE_CAPTCHA_SITE_KEY'/' config.toml
sed -i 's/HOSTING_RE_CAPTCHA_SITE_KEY/'$HOSTING_RE_CAPTCHA_SITE_KEY'/' config.toml
sed -i 's/HOSTING_ANALYTICS_ID/'$HOSTING_ANALYTICS_ID'/' config.toml
hugo --minify
- name: deploy
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ enableGitInfo = true
favicon = "/images/favicon.ico"
contactRequestApiEndpoint = "https://krossboard-mx.ey.r.appspot.com/sendmail"
reCaptchaSiteKey = "HOSTING_RE_CAPTCHA_SITE_KEY"
googleAnalytics = "HOSTING_FTP_PASSWORD"
googleAnalytics = "HOSTING_ANALYTICS_ID"

0 comments on commit 69fd708

Please sign in to comment.