Skip to content

Commit

Permalink
feat(app): 0.0.7 -> 0.0.8 πŸ‘¨β€πŸ’»βœ¨
Browse files Browse the repository at this point in the history
  • Loading branch information
alejooroncoy committed Aug 26, 2023
2 parents 398eaad + f2b1508 commit 1c84746
Show file tree
Hide file tree
Showing 39 changed files with 18,263 additions and 18,119 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/check-update-servers.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Check update servers

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
checkUpdateServers:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with: { ref: develop }
- name: Checking...πŸ‘¨β€πŸ’»
run: |
name: Check update servers

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
checkUpdateServers:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with: { ref: develop }
- name: Checking...πŸ‘¨β€πŸ’»
run: |
curl -L -X POST '${{vars.LINK_TRY_UPDATE_HOSTS_SERVERS}}' -H 'Authorization: Bearer ${{secrets.SUPABASE_KEY_FUNCTIONS}}'
62 changes: 31 additions & 31 deletions .github/workflows/deploy-f-edges.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: Edge Functions Deploy

on:
push:
branches:
- develop
paths:
- 'contexts/backend/supabase/**'
- '/contexts/backend/supabase/**'
- '../contexts/backend/supabase/**'
- '../../contexts/backend/supabase/**'
- '../../../contexts/backend/supabase/**'

workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest

env:
SUPABASE_ACCESS_TOKEN: ${{secrets.SUPABASE_ACCESS_TOKEN}}
PROJECT_ID: ${{secrets.SUPABASE_PROJECT_ID}}

steps:
- uses: actions/checkout@v3

- uses: supabase/setup-cli@v1
with:
version: latest

- run: |
name: Edge Functions Deploy

on:
push:
branches:
- develop
paths:
- 'contexts/backend/supabase/**'
- '/contexts/backend/supabase/**'
- '../contexts/backend/supabase/**'
- '../../contexts/backend/supabase/**'
- '../../../contexts/backend/supabase/**'

workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest

env:
SUPABASE_ACCESS_TOKEN: ${{secrets.SUPABASE_ACCESS_TOKEN}}
PROJECT_ID: ${{secrets.SUPABASE_PROJECT_ID}}

steps:
- uses: actions/checkout@v3

- uses: supabase/setup-cli@v1
with:
version: latest

- run: |
cd ./contexts/backend/supabase && supabase functions deploy --project-ref $PROJECT_ID
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog πŸ“ƒ

## 0.0.8

<h4>Features ✨</h4>

* Add american server ⚽🌎
* Update ui 🌠

## 0.0.7

<h4>Features ✨</h4>
Expand Down
32 changes: 16 additions & 16 deletions contexts/app/next.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
reactStrictMode: true,
swcMinify: true,
experimental: {
appDir: true,
},
images: {
unoptimized: true,
},
output: "export",
distDir: "dist",
};

module.exports = nextConfig;
/** @type {import('next').NextConfig} */

const nextConfig = {
reactStrictMode: true,
swcMinify: true,
experimental: {
appDir: true,
},
images: {
unoptimized: true,
},
output: "export",
distDir: "dist",
};

module.exports = nextConfig;
Loading

1 comment on commit 1c84746

@vercel
Copy link

@vercel vercel bot commented on 1c84746 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.