-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #43
- Loading branch information
Showing
12 changed files
with
532 additions
and
657 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Fly Deploy Test App | ||
on: | ||
pull_request: | ||
branches: | ||
- staging | ||
paths: | ||
- "src/**" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
deploy: | ||
name: Deploy test app | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: superfly/flyctl-actions/setup-flyctl@master | ||
- run: flyctl deploy --remote-only -c fly_test.toml | ||
env: | ||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_TEST }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,5 @@ | ||
.. These are examples of badges you might want to add to your README: | ||
please update the URLs accordingly | ||
.. image:: https://api.cirrus-ci.com/github/<USER>/AIDApp.svg?branch=main | ||
:alt: Built Status | ||
:target: https://cirrus-ci.com/github/<USER>/AIDApp | ||
.. image:: https://readthedocs.org/projects/AIDApp/badge/?version=latest | ||
:alt: ReadTheDocs | ||
:target: https://AIDApp.readthedocs.io/en/stable/ | ||
.. image:: https://img.shields.io/coveralls/github/<USER>/AIDApp/main.svg | ||
:alt: Coveralls | ||
:target: https://coveralls.io/r/<USER>/AIDApp | ||
.. image:: https://img.shields.io/pypi/v/AIDApp.svg | ||
:alt: PyPI-Server | ||
:target: https://pypi.org/project/AIDApp/ | ||
.. image:: https://img.shields.io/conda/vn/conda-forge/AIDApp.svg | ||
:alt: Conda-Forge | ||
:target: https://anaconda.org/conda-forge/AIDApp | ||
.. image:: https://pepy.tech/badge/AIDApp/month | ||
:alt: Monthly Downloads | ||
:target: https://pepy.tech/project/AIDApp | ||
.. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter | ||
:alt: Twitter | ||
:target: https://twitter.com/AIDApp | ||
====== | ||
AIDApp | ||
AIDApp-core | ||
====== | ||
|
||
|
||
Desktop app to design patented anti-seismic devices | ||
|
||
|
||
|
||
|
||
.. _pyscaffold-notes: | ||
Backend of AIDApp, the webapp to design patented anti-seismic devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# fly.toml app configuration file generated for aidapp-core on 2023-10-11T19:55:47+02:00 | ||
# | ||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file. | ||
# | ||
|
||
app = "aidapp-core-test" | ||
primary_region = "cdg" | ||
|
||
[http_service] | ||
internal_port = 8080 | ||
force_https = true | ||
auto_stop_machines = true | ||
auto_start_machines = true | ||
min_machines_running = 0 | ||
processes = ["app"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.