Skip to content

Commit

Permalink
test fixed build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jul 11, 2024
1 parent a84dbf3 commit 818e321
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,21 @@ on:
branches: [master]

jobs:
upload-package-lock-json:
name: Upload package-lock.json from this repo
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- name: Upload package-lock.json
uses: actions/upload-artifact@v4
with:
name: package-lock.json
path: package-lock.json

build-and-deploy:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v1.0.0
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v1.1.1-rc12
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
Expand Down

0 comments on commit 818e321

Please sign in to comment.