Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-nhuttu committed Feb 9, 2024
1 parent 0609c67 commit 6ac375e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main_3tee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
tags: nhuttu.azurecr.io/${{ secrets.ACR_USERNAME }}/webimage:${{ github.sha }}
file: ./Dockerfile
secrets: |
"NEXT_PUBLIC_TESTATAAN=${{ secrets.NEXT_PUBLIC_TESTATAAN }}"
"AZURE_CONNECTION_STRING=${{secrets.AZURE_CONNECTION_STRING}}"
"NEXT_PUBLIC_HEY=${{secrets.NEXT_PUBLIC_HEY}}
"TEST_ENV=${{secrets.TEST_ENV}}"
NEXT_PUBLIC_TESTATAAN=${{ secrets.NEXT_PUBLIC_TESTATAAN }}
AZURE_CONNECTION_STRING=${{secrets.AZURE_CONNECTION_STRING}}
NEXT_PUBLIC_HEY=${{secrets.NEXT_PUBLIC_HEY}}
TEST_ENV=${{secrets.TEST_ENV}}
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ac375e

Please sign in to comment.