Skip to content

Commit d1d143a

Browse files
fix(npm): add .npmignore file to allow .env work properly
1 parent 6a0dcb1 commit d1d143a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Using 1password, run the following command:
2+
# op inject -i .env.example -o .env
13
MOESIF_APPLICATION_ID=op://serverest-ci-cd/moesif/application_id

.github/workflows/deploy-online-serverest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
needs: build-and-push-image-to-gcloud-container-registry
6464

6565
runs-on: ubuntu-22.04
66-
environment: staging
6766

6867
steps:
6968
- name: Load secrets from 1password
@@ -136,7 +135,6 @@ jobs:
136135
if: "!contains(github.ref, 'beta')"
137136

138137
runs-on: ubuntu-22.04
139-
environment: production
140138

141139
steps:
142140
- name: Load secrets from 1password

.npmignore

Whitespace-only changes.

0 commit comments

Comments
 (0)