Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
kaungmyatlwin committed Oct 3, 2020
1 parent 91d42c0 commit 5ef6e3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
- name: Create ENV and Build
run: |
touch .env
echo "BASE_URL=${{ secrets.BASE_URL }}\nAPI_KEY=${{ secrets.API_KEY }}\nGA_TRACKING_ID=${{ secrets.GA_TRACKING_ID }}" >> .env.local
echo BASE_URL=${{ secrets.BASE_URL }} >> .env
echo API_KEY=${{ secrets.API_KEY }} >> .env
echo GA_TRACKING_ID=${{ secrets.GA_TRACKING_ID }} >> .env
cat .env
- run: npm run build --if-present

- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down

0 comments on commit 5ef6e3d

Please sign in to comment.