Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 authored Jan 23, 2024
1 parent 7e5aa44 commit c3d241b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
sudo touch .env
echo "${{ secrets.ENV }}" | sudo tee .env > /dev/null
cd Infra/src/main/resources
sudo touch popcornmate-d7ca1-firebase-adminsdk-svbpw-fce737e873.json
echo "${{ secrets.FCM_SECRET }}" | sed 's/#/"/g' > ./popcornmate-d7ca1-firebase-adminsdk-svbpw-fce737e873.json
sudo tee ./popcornmate-d7ca1-firebase-adminsdk-svbpw-fce737e873.json > /dev/null
sudo tee ./popcornmate-d7ca1-firebase-adminsdk-svbpw-fce737e873.json > /dev/null <<< ""
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Expand Down

0 comments on commit c3d241b

Please sign in to comment.