Skip to content

Commit

Permalink
Update global config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoman committed Jan 7, 2016
1 parent 1a947a1 commit cbe359b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
labs.alexcoman.com
labs.cloudbase.it
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONFIG = YAML.load(File.read('_config.yml'))
USERNAME = CONFIG["username"]
REPO = CONFIG["repo"]
SOURCE_BRANCH = "master"
DESTINATION_BRANCH = "gh-pages"
DESTINATION_BRANCH = "publish"
DESTINATION = CONFIG["destination"]

def check_destination
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sass:

# Site settings
baseurl: ""
url: "https://labs.alexcoman.com"
url: "https://labs.cloudbase.it/"
google-tracking-id: ""


Expand Down Expand Up @@ -105,5 +105,5 @@ repo: "labs.cloudbase.it"
branch: "master"
relative_source: "../labs.cloudbase.it/"
destination: "../labs.cloudbase.it-pages/"
production_url: "https://labs.alexcoman.com"
production_url: "https://labs.cloudbase.it/"
source_url: "https://github.com/alexandrucoman/labs.cloudbase.it"
4 changes: 2 additions & 2 deletions _posts/iasi/2016-01-07-applications-are-open.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ We think it’s a great opportunity for those of you who are willing to take a s
Looking forward for your applications,
The Cloudbase Solutions team.

[0]: https://labs.alexcoman.com/iasi/#team
[1]: https://labs.alexcoman.com/iasi/#timeline
[0]: https://labs.cloudbase.it/iasi/#team
[1]: https://labs.cloudbase.it/iasi/#timeline

0 comments on commit cbe359b

Please sign in to comment.