Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 authored May 16, 2024
1 parent 2615232 commit d346038
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Create .env file
run: |
pwd
touch .env
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> .env
echo JWT_SECRET_KEY=${{ secrets.JWT_SECRET_KEY }} >> .env
echo MANAGER_EMAIL=${{ secrets.MANAGER_EMAIL }} >> .env
Expand All @@ -37,7 +39,9 @@ jobs:
- name: Create Firebase key file
run: |
echo ${{ secrets.FIREBASE_KEY }} >> new-peekabook-firebase-adminsdk-ke3ck-2c155d0a19.json
pwd
touch new-peekabook-firebase-adminsdk-ke3ck-2c155d0a19.json
echo "${{ secrets.FIREBASE_KEY }}" >> new-peekabook-firebase-adminsdk-ke3ck-2c155d0a19.json
cat new-peekabook-firebase-adminsdk-ke3ck-2c155d0a19.json
- name: Build server files
Expand Down

0 comments on commit d346038

Please sign in to comment.