Skip to content

Commit b7bb51e

Browse files
committed
Working deployment
1 parent ee7150e commit b7bb51e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: Deploy to Azure
22

33
on:
44
push:
5-
branches: [development, master, azure]
5+
branches: [development, master]
66

77
env:
8-
CURRENT_ENV: development
9-
# CURRENT_ENV: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
8+
CURRENT_ENV: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
109

1110
jobs:
1211
build:
13-
environment: development
14-
#environment: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
12+
environment: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
1513
name: Build and Deploy
1614
runs-on: ubuntu-latest
1715
steps:

0 commit comments

Comments
 (0)