Skip to content

Commit b771a5a

Browse files
committed
Construcción del frontend en remoto
1 parent c702234 commit b771a5a

File tree

10 files changed

+23
-12
lines changed

10 files changed

+23
-12
lines changed

link_bio/build.sh renamed to link_bio/local_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip install --upgrade pip
33
pip install -r requirements.txt
44
rm -rf public
55
reflex init
6-
API_URL=https://mouredev-web.up.railway.app reflex export --frontend-only
6+
reflex export --frontend-only
77
unzip frontend.zip -d public
88
rm -f frontend.zip
99
deactivate

link_bio/public/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/404/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/_next/static/chunks/pages/_app-f4489559fe9316b4.js renamed to link_bio/public/_next/static/chunks/pages/_app-49abbe9e7621aa25.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

link_bio/public/cursos/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/sitemap-0.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>http://localhost:3000/</loc><lastmod>2024-01-25T20:29:37.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4-
<url><loc>http://localhost:3000/cursos/</loc><lastmod>2024-01-25T20:29:37.923Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>http://localhost:3000/</loc><lastmod>2024-01-25T20:49:26.302Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4+
<url><loc>http://localhost:3000/cursos/</loc><lastmod>2024-01-25T20:49:26.302Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
55
</urlset>

link_bio/remote_build.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cd link_bio
2+
python -m venv .venv
3+
source .venv/bin/activate
4+
pip install --upgrade pip
5+
pip install -r requirements.txt
6+
rm -rf public
7+
reflex init
8+
API_URL=https://api.moure.dev reflex export --frontend-only
9+
unzip frontend.zip -d public
10+
rm -f frontend.zip
11+
deactivate

0 commit comments

Comments
 (0)