Skip to content

Commit

Permalink
add cd services update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Nov 13, 2023
1 parent 592da29 commit 0041341
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,17 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
GIT_COMMIT=${{ github.sha }}
GIT_COMMIT=${{ github.sha }}
update-service:
needs: [publish-docker]
runs-on: ubuntu-20.04
env:
PLURAL_CONSOLE_TOKEN: ${{ secrets.CONSOLE_TOKEN }}
PLURAL_CONSOLE_URL: ${{ secrets.PLURAL_CONSOLE_URL }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: installing plural
uses: pluralsh/[email protected]
- name: Update service
run: plural cd services update @cd-demo-workload-1/cd-test --conf tag=sha-$(git rev-parse --short HEAD)

0 comments on commit 0041341

Please sign in to comment.