add nl to deploy script

This commit is contained in:
Alysia Broddrick 2023-08-08 06:43:25 -07:00
parent b8f01fcf05
commit a617da3020
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7

View file

@ -16,6 +16,7 @@ jobs:
|| startsWith(github.head_ref, 'ko/')
|| startsWith(github.head_ref, 'gd/')
|| startsWith(github.head_ref, 'za/')
|| startsWith(github.head_ref, 'nl/')
outputs:
environment: ${{ steps.var.outputs.environment}}
runs-on: "ubuntu-latest"