Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Rename galoy-deployments to blink-deployments #7155

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ci/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ plan:
- #@ testflight_job_name(chart)
trigger: true
- { get: pipeline-tasks }
- { get: galoy-deployments }
- { get: blink-deployments }
- task: #@ "bump-" + chart
config:
platform: linux
Expand All @@ -163,18 +163,18 @@ plan:
- name: #@ chart_resource_name(chart)
path: chart
- name: pipeline-tasks
- name: galoy-deployments
- name: blink-deployments
outputs:
- name: galoy-deployments
- name: blink-deployments
params:
CHART: #@ chart
BRANCH: #@ data.values.deployments_git_branch
GITHUB_SSH_KEY: #@ data.values.github_private_key
run:
path: pipeline-tasks/ci/tasks/bump-chart.sh
- put: galoy-deployments
- put: blink-deployments
params:
repository: galoy-deployments
repository: blink-deployments
rebase: true
#@ end

Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ resources:
branch: #@ data.values.git_branch
private_key: #@ data.values.github_private_key

- name: galoy-deployments
- name: blink-deployments
type: git
source:
uri: #@ data.values.deployments_git_uri
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/bump-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

cd galoy-deployments
cd blink-deployments

cat > github.key <<EOF
${GITHUB_SSH_KEY}
Expand Down
2 changes: 1 addition & 1 deletion ci/values.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#@data/values
---
deployments_git_uri: [email protected]:GaloyMoney/galoy-deployments.git
deployments_git_uri: [email protected]:GaloyMoney/blink-deployments.git
deployments_git_branch: main
git_lnd_sidecar_bot_branch: bot-bump-lnd-sidecar-image
git_mongo_backup_bot_branch: bot-bump-mongo-backup-image
Expand Down
Loading