Commit 9dcf1a9
committed
Remove Docker build step; add Azure Web Apps deploy
This commit removes the Docker build and push steps from the `cicd.yml` file.
In their place, a new deployment step has been added using the `azure/webapps-deploy@v3` action,
which specifies the application name and the image tagged with the current GitHub SHA.1 parent ca1378e commit 9dcf1a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments