diff --git a/.github/workflows/build-deploy-dev.yml b/.github/workflows/build-deploy-dev.yml index 9a3f57a..cf9da0a 100644 --- a/.github/workflows/build-deploy-dev.yml +++ b/.github/workflows/build-deploy-dev.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest needs: build environment: - name: 'production' + name: 'dev' url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} steps: @@ -49,6 +49,6 @@ jobs: uses: azure/webapps-deploy@v2 with: app-name: 'kobo-connect' - slot-name: 'production' - publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }} + slot-name: 'dev' + publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} images: '510emergencies.azurecr.io/kobo-connect-dev:${{ github.sha }}' \ No newline at end of file