Skip to content

Commit

Permalink
chore(prod): switch site url and distribution ID to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 18, 2020
1 parent 8028826 commit 17fc91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
command: aws configure set preview.cloudfront true
- run:
name: Invalidate the cdn caches
command: aws cloudfront create-invalidation --distribution-id E1VWEXJMB3URMJ --paths "/*"
command: aws cloudfront create-invalidation --distribution-id E3BUXJK1QMX4F5 --paths "/*"

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const siteUrl = new URL('https://beta.spokestack.io')
const siteUrl = new URL('https://www.spokestack.io')

module.exports = {
siteMetadata: {
Expand Down

0 comments on commit 17fc91f

Please sign in to comment.