We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7150e commit b7bb51eCopy full SHA for b7bb51e
1 file changed
.github/workflows/deploy.yml
@@ -2,16 +2,14 @@ name: Deploy to Azure
2
3
on:
4
push:
5
- branches: [development, master, azure]
+ branches: [development, master]
6
7
env:
8
- CURRENT_ENV: development
9
- # CURRENT_ENV: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
+ CURRENT_ENV: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
10
11
jobs:
12
build:
13
- environment: development
14
- #environment: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
+ environment: ${{ github.ref == 'refs/heads/master' && 'production' || 'development' }}
15
name: Build and Deploy
16
runs-on: ubuntu-latest
17
steps:
0 commit comments