Adds ENV: production to action

This commit is contained in:
Akshay Nair
2020-10-06 23:17:21 +05:30
parent e2911e265a
commit b967170989
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
CI: '1'
ENV: production
NC_USER: ${{ secrets.NC_USER }}
NC_API_KEY: ${{ secrets.NC_API_KEY }}
NC_DOMAIN: ${{ secrets.NC_DOMAIN }}