Skip to content

Commit

Permalink
Update deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmunro committed Jun 21, 2023
1 parent 84ac014 commit 9a054cc
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,24 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/${{ github.repository }}:${{ env.TAG }}
tags: ghcr.io/${{ github.repository }}:${{ env.TAG }}

- name: deploy-dev
uses: th0th/[email protected]
env:
RANCHER_BEARER_TOKEN: ${{ secrets.RANCHER_BEARER_TOKEN }}
RANCHER_URL: 'https://rancher.mun.sh'
RANCHER_CLUSTER_ID: 'local'
RANCHER_PROJECT_ID: 'p-vdwsg'
RANCHER_NAMESPACE: 'default'
RANCHER_WORKLOADS: 'rgb'

- name: deploy-dev
uses: th0th/[email protected]
env:
RANCHER_BEARER_TOKEN: ${{ secrets.RANCHER_BEARER_TOKEN }}
RANCHER_URL: 'https://rancher.mun.sh'
RANCHER_CLUSTER_ID: 'local'
RANCHER_PROJECT_ID: 'p-vdwsg'
RANCHER_NAMESPACE: 'default'
RANCHER_WORKLOADS: 'rgb-browser'

0 comments on commit 9a054cc

Please sign in to comment.