Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftpsh committed Mar 15, 2024
1 parent 9b84ab7 commit 82af7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: |
touch ./src/config.ts
echo "${{ secrets.SERVER_CONFIG }}" >> ./src/config.ts
touch ./prisma/.env
echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./prisma/.env
touch ./src/prisma/.env
echo '${{ secrets.SERVER_PRISMA_ENV }}' >> ./src/prisma/.env
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 82af7f3

Please sign in to comment.