Skip to content

Commit

Permalink
fixed buggy urls and updated github actions CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlux58 committed Jan 13, 2024
1 parent f3df963 commit e9fbb7b
Show file tree
Hide file tree
Showing 30 changed files with 3,397 additions and 4 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: docker-push

on:
workflow_dispatch:
push:
branches:
- "main"

# push:
# branches:
# - "main"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_APP_NAME: "ironsocialnet-reactivities"

jobs:
docker:
Expand All @@ -25,3 +28,11 @@ jobs:
with:
push: true
tags: alexlux58/ironsocialnet-reactivities:latest
deploy:
needs: docker
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy--remote-only
Binary file not shown.
1,008 changes: 1,008 additions & 0 deletions backend/API/wwwroot/assets/brand-icons-6519a15b.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/API/wwwroot/assets/flags-94d5c7f1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,518 changes: 1,518 additions & 0 deletions backend/API/wwwroot/assets/icons-282a64fb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/API/wwwroot/assets/icons-434466b5.woff2
Binary file not shown.
Binary file added backend/API/wwwroot/assets/icons-8b4e1b84.eot
Binary file not shown.
Binary file added backend/API/wwwroot/assets/icons-95b6a484.woff
Binary file not shown.
Binary file added backend/API/wwwroot/assets/icons-cb7f81f5.ttf
Binary file not shown.
122 changes: 122 additions & 0 deletions backend/API/wwwroot/assets/index-9d26c34e.js

Large diffs are not rendered by default.

354 changes: 354 additions & 0 deletions backend/API/wwwroot/assets/index-9e84d14c.css

Large diffs are not rendered by default.

Binary file added backend/API/wwwroot/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
366 changes: 366 additions & 0 deletions backend/API/wwwroot/assets/outline-icons-ae8fd02a.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/API/wwwroot/assets/placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/API/wwwroot/assets/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions backend/API/wwwroot/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Activities Social Network</title>
<script type="module" crossorigin src="/assets/index-9d26c34e.js"></script>
<link rel="stylesheet" href="/assets/index-9e84d14c.css">
</head>
<body>
<div id="root"></div>

</body>
</html>
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fly.toml app configuration file generated for ironsocialnet-reactivities on 2024-01-12T18:21:47-08:00
# fly.toml app configuration file generated for ironsocialnet-reactivities on 2024-01-12T18:34:15-08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
Expand Down

0 comments on commit e9fbb7b

Please sign in to comment.