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 62be274 commit d5b77dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +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 }}" | 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 d5b77dd

Please sign in to comment.