Skip to content

Commit

Permalink
fix: prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftpsh committed Mar 15, 2024
1 parent c25b652 commit ddf3ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
touch ./src/config.ts
echo '${{ secrets.SERVER_CONFIG }}' >> ./src/config.ts
touch ./src/prisma/.env
echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./src/prisma/.env
touch ./prisma/.env
echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./prisma/.env
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
run: |
touch ./src/config.ts
echo '${{ secrets.SERVER_CONFIG }}' >> ./src/config.ts
touch ./src/prisma/.env
echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./src/prisma/.env
touch ./prisma/.env
echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./prisma/.env
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down
File renamed without changes.

0 comments on commit ddf3ee0

Please sign in to comment.