Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

file rename #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hsilina28 wants to merge 6 commits into Azure-Samples:main
base: main
Choose a base branch
Loading
from hsilina28:main
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
connection-string: ${{ secrets.AZURE_SQL_CONNECTION_STRING }}
project-file: './database/declarative-deploy/todo_v6/todo_v6.sqlproj'
build-arguments: '-c Release'
- name: Deploy Database
uses: azure/sql-action@v1.3
with:
connection-string: ${{ secrets.AZURE_SQL_CONNECTION_STRING }}
project-file: './database/declarative-deploy/todo_v5/todo_v5.sqlproj'
build-arguments: '-c Release'
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
###### Start of addition ######
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand All @@ -27,6 +28,16 @@ jobs:
env:
ConnectionString: ${{ secrets.AZURE_SQL_CONNECTION_STRING }}
run: dotnet build && dotnet run
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Deploy Database
working-directory: ./database/imperative-deploy
env:
ConnectionString: ${{ secrets.AZURE_SQL_CONNECTION_STRING }}
run: dotnet build && dotnet run
###### End of addition ######
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
8 changes: 0 additions & 8 deletions api/local.settings.json.template
View file Open in desktop

This file was deleted.

1 change: 0 additions & 1 deletion database/declarative-deploy/.env.template
View file Open in desktop

This file was deleted.

Empty file modified database/declarative-deploy/azure-deploy-sql-db.sh
100644 → 100755
View file Open in desktop
Empty file.
1 change: 0 additions & 1 deletion database/imperative-deploy/.env.template
View file Open in desktop

This file was deleted.

7 changes: 7 additions & 0 deletions index.html
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<head><title>302 Moved Temporarily</title></head>
<body>
<center><h1>302 Moved Temporarily</h1></center>
<hr><center>Umbrella Cloud Security Gateway</center>
</body>
</html>
Loading

AltStyle によって変換されたページ (->オリジナル) /