feat: add first batch of code to revision mgmt demo, minor updates to… #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WORK IN PROGRESS... | |
name: deploy-aca-revision-and-traffic-management-apps | |
on: | |
push: | |
branches: | |
- 'main' | |
paths: | |
- 'aca-revision-and-traffic-management/**' | |
jobs: | |
deploy-apps-dev: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Work In Progress | |
id: work-in-progress | |
run: | | |
echo This workflow is a work in progress! |