Skip to content

Commit

Permalink
ci: fixed workflow to not fail since ce-web is in the cluster (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
loydbanks authored Oct 11, 2024
1 parent 9278e87 commit 4ca19a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ jobs:
# cache-from: type=registry,ref=${{ steps.login-ecr.outputs.registry }}/helix:latest
# cache-to: type=inline

- name: Trigger Ansible Image update
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Replace image tag
repo: ClearlyEnergy/helix-aws-config
token: ${{ secrets.ANSIBLE_ACCESS_TOKEN }}
ref: master
inputs: '{ "image": "${{ steps.login-ecr.outputs.registry }}/helix:${{ steps.date.outputs.date }}", "role": "helix", "host": "helix_staging", "path": "ansible/group_vars/helix_staging/vars.yml" }'

- name: Trigger Kubernetes Deploy
uses: benc-uk/workflow-dispatch@v1
with:
Expand Down

0 comments on commit 4ca19a3

Please sign in to comment.