Skip to content

Commit 490e002

Browse files
authored
Update main_webapp-bet-blocker.yml
Signed-off-by: Bruno Hashimoto <bgmuniz@live.com>
1 parent 4d190a0 commit 490e002

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main_webapp-bet-blocker.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ jobs:
4747
uses: actions/download-artifact@v4
4848
with:
4949
name: .net-app
50-
51-
- name: Set MongoDB Environment Variables
52-
run: |
53-
echo "MongoDB__ConnectionString=${{ secrets.MONGODB_CONNECTIONSTRING }}" >> $GITHUB_ENV
54-
echo "MongoDB__DatabaseName=${{ secrets.MONGODB_DATABASENAME }}" >> $GITHUB_ENV
55-
echo "MongoDB__CollectionName=${{ secrets.MONGODB_COLLECTIONNAME }}" >> $GITHUB_ENV
5650

5751
- name: Login to Azure
5852
uses: azure/login@v2
@@ -67,4 +61,4 @@ jobs:
6761
with:
6862
app-name: 'webapp-bet-blocker'
6963
slot-name: 'Production'
70-
package: .
64+
package: .

0 commit comments

Comments
 (0)