mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-24 19:16:31 +00:00
Deploy to production instead of stg
This commit is contained in:
parent
ba2c55d4a2
commit
7719c9c3b6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deployment.yml
vendored
6
.github/workflows/deployment.yml
vendored
|
@ -44,6 +44,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl -sSL -o argocd https://${ARGOCD_SERVER}/download/argocd-linux-amd64
|
curl -sSL -o argocd https://${ARGOCD_SERVER}/download/argocd-linux-amd64
|
||||||
chmod +x argocd
|
chmod +x argocd
|
||||||
./argocd app patch deps-rs-staging --patch "{ \"spec\": { \"source\": { \"kustomize\": { \"images\": [\"ghcr.io/deps-rs/deps.rs@${DIGEST}\"] } } } }" --type merge --grpc-web
|
./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-staging --grpc-web
|
./argocd app sync deps-rs --grpc-web
|
||||||
./argocd app wait deps-rs-staging --grpc-web
|
./argocd app wait deps-rs --grpc-web
|
||||||
|
|
Loading…
Reference in a new issue