Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineKADER committed May 29, 2024
1 parent 5f7c9f6 commit a799b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployGcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
GITHUB_SHA: ${{ github.sha }}
run: |
gcloud auth configure-docker
echo ${{ secrets.SERVICE_ACCOUNT_TRANSCRIPTION }} > gcp_service_account.json
echo ${{ secrets.ENV_FILE }} > .env
#echo ${{ secrets.SERVICE_ACCOUNT_TRANSCRIPTION }} > gcp_service_account.json
#echo ${{ secrets.ENV_FILE }} > .env
docker build -t gcr.io/${PROJECT_ID}/${SERVICE_NAME}:${GITHUB_SHA} .
docker push gcr.io/${PROJECT_ID}/${SERVICE_NAME}:${GITHUB_SHA}
Expand Down

0 comments on commit a799b74

Please sign in to comment.