Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
catherineisonline committed Apr 21, 2022
1 parent ee87025 commit 5a615cf
Show file tree
Hide file tree
Showing 8 changed files with 545 additions and 96 deletions.
14 changes: 14 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env sh
# abort on errors
set -e
# build
npm run build
# navigate into the build output directory
cd dist
# if you are deploying to a custom domain
# echo 'www.example.com' > CNAME
git init
git add -A
git commit -m 'deploy'
git push -f git@github.com:catherineisonline/frontend-mentor-challenge-solutions.git master:gh-pages
cd -
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/png" sizes="32x32" href="/favicon.png"><title>Frontend Mentor Challenge Solutions</title><link href="/css/app.c25601de.css" rel="preload" as="style"><link href="/js/app.aaf4b886.js" rel="preload" as="script"><link href="/js/chunk-vendors.e4229be5.js" rel="preload" as="script"><link href="/css/app.c25601de.css" rel="stylesheet"></head><body><div id="app"></div><script></script><script src="/js/chunk-vendors.e4229be5.js"></script><script src="/js/app.aaf4b886.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/png" sizes="32x32" href="/frontend-mentor-challenge-solutions/favicon.png"><script src="build.js"></script><title>Frontend Mentor Challenge Solutions</title><link href="/frontend-mentor-challenge-solutions/css/app.c25601de.css" rel="preload" as="style"><link href="/frontend-mentor-challenge-solutions/js/app.fc5dbebd.js" rel="preload" as="script"><link href="/frontend-mentor-challenge-solutions/js/chunk-vendors.e4229be5.js" rel="preload" as="script"><link href="/frontend-mentor-challenge-solutions/css/app.c25601de.css" rel="stylesheet"></head><body><div id="app"></div><script></script><script src="/frontend-mentor-challenge-solutions/js/chunk-vendors.e4229be5.js"></script><script src="/frontend-mentor-challenge-solutions/js/app.fc5dbebd.js"></script></body></html>
2 changes: 0 additions & 2 deletions dist/js/app.aaf4b886.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.aaf4b886.js.map

This file was deleted.

Loading

0 comments on commit 5a615cf

Please sign in to comment.