Skip to content

Commit

Permalink
Update env
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj authored Sep 20, 2024
2 parents 352d60c + 335dd00 commit 368563e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .env

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Git clone the repository
uses: actions/checkout@v4
- name: Create .env file from secret
run: |
echo "${{ secrets.ENV_CONTENTS }}" > .env
- name: Build image
env:
BUILD_ARG: ${{ github.ref_name }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

.env
node_modules
dist
dist-ssr
Expand Down

0 comments on commit 368563e

Please sign in to comment.