mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06:30 +00:00
ci: remove CD job (#223)
This commit is contained in:
parent
658f353c23
commit
e10d5ea6e4
1 changed files with 0 additions and 16 deletions
16
.github/workflows/deployment.yml
vendored
16
.github/workflows/deployment.yml
vendored
|
@ -31,19 +31,3 @@ jobs:
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
outputs:
|
outputs:
|
||||||
digest: ${{ steps.docker_push.outputs.digest }}
|
digest: ${{ steps.docker_push.outputs.digest }}
|
||||||
|
|
||||||
deploy:
|
|
||||||
needs: build-docker-image
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Patch and Sync
|
|
||||||
env:
|
|
||||||
DIGEST: ${{ needs.build-docker-image.outputs.digest }}
|
|
||||||
ARGOCD_SERVER: ${{ secrets.ARGOCD_SERVER }}
|
|
||||||
ARGOCD_AUTH_TOKEN: ${{ secrets.ARGOCD_AUTH_TOKEN }}
|
|
||||||
run: |
|
|
||||||
curl -sSL -o argocd https://${ARGOCD_SERVER}/download/argocd-linux-amd64
|
|
||||||
chmod +x argocd
|
|
||||||
./argocd app patch deps-rs --patch "{ \"spec\": { \"source\": { \"kustomize\": { \"images\": [\"ghcr.io/deps-rs/deps.rs@${DIGEST}\"] } } } }" --type merge --grpc-web
|
|
||||||
./argocd app sync deps-rs --grpc-web
|
|
||||||
./argocd app wait deps-rs --grpc-web
|
|
||||||
|
|
Loading…
Reference in a new issue