Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-wan committed Jan 23, 2021
1 parent cd32202 commit 050d0df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -51,8 +51,6 @@ jobs:
steps:
- attach_workspace:
at: *workspace
- run:
command: ls -la
- aws-s3/sync:
from: ./out
overwrite: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"license": "ISC",
"name": "commit.dev",
"scripts": {
"build": "next build && next export -o docs && touch ./docs/.nojekyll && touch ./docs/CNAME && echo 'landing.commit-staging.dev' >> ./docs/CNAME",
"build": "next build",
"deploy": "npm run build && git add docs && git commit -m \"Staging deployment @`date +'%Y-%m-%d'`\" && git push origin main",
"dev": "next dev",
"e2e": "jest --config .e2e/jest.config.js",
Expand Down

0 comments on commit 050d0df

Please sign in to comment.