Skip to content

Commit

Permalink
ei jumalauta, toimi nyt
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Dec 16, 2023
1 parent 66bb323 commit 5fbdf67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
uses: azure/webapps-deploy@v2
with:
#publish-profile: ${{ secrets.PUBLISH_PROFILE }}
app-name: kiltiskamera
images: |
${{ secrets.REGISTRY_LOGIN_SERVER }}/kiltiskamera/auth:${{ github.sha }}
app-name: 'kiltiskamera'
images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/kiltiskamera/auth:${{ github.sha }}

- name: Azure logout
run: |
Expand Down

0 comments on commit 5fbdf67

Please sign in to comment.