Skip to content

Commit 54957aa

Browse files
committed
some fixes
1 parent e227f22 commit 54957aa

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

deploy.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
import sys
44
import os
55

6-
7-
# Set the working directory to the root of our repo,
8-
# assuming that fabfile is on it.
9-
#os.chdir(os.path.dirname(__file__))
10-
116
def deploy(args):
127

138
if not args[1:]:
@@ -24,11 +19,12 @@ def deploy(args):
2419
stamp = time.strftime("%Y%m%d-%Hh%Mm%Ss")
2520

2621
#Deploy
27-
os.system("../google_appengine/appcfg.py update ../src/ "
22+
os.system("../google_appengine/appcfg.py update ../src/ ")
2823

2924
#Tag the deployed revision
3025
os.system("git tag -a deploy/%s %s -m ''" % (stamp, rev))
3126
os.system("git push --tags")
27+
3228
else:
3329
print "ERROR: Tests are not passing. Cannot deploy."
3430
print "Solve problems and run command again.\n"

favicon.ico

-1.12 KB
Binary file not shown.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<title>ForkinRio. Apenas um grupo de estudos diferente.</title>
1010

11-
<link type="text/css" href="css/styles.css" rel="stylesheet" media="screen" />
11+
<link type="text/css" href="css/style.css" rel="stylesheet" media="screen" />
1212
</head>
1313
<body>
1414
<div id="wrap">

0 commit comments

Comments
 (0)