Skip to content

Commit

Permalink
adjust firebase deploy command in docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagellach37 committed Jul 11, 2022
1 parent 0eaadba commit 319e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ services:
osm.api_url=\"$OSM_OAUTH_API_URL\"
osm.client_id=\"$OSM_OAUTH_CLIENT_ID\"
osm.client_secret=\"$OSM_OAUTH_CLIENT_SECRET\" &&
firebase deploy --token $FIREBASE_TOKEN --only functions,hosting,database:rules"
firebase deploy --token $FIREBASE_TOKEN --only functions,hosting,database"

0 comments on commit 319e2b4

Please sign in to comment.