Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Updates for Github Actions for Staging and Production #619

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

Closed
justin808 wants to merge 14 commits into master from justin808-testing-2025年01月04日
Closed
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
rework-main-job-deploy
  • Loading branch information
justin808 committed Jan 27, 2025
commit 1601222b4c88c438d4d072fb56c950d86267f7c3
8 changes: 8 additions & 0 deletions .github/workflows/deploy-to-control-plane.yml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ jobs:

echo "All required secrets and variables are set"

- name: Install Control Plane CLI
run: |
curl -L https://github.com/controlplane-com/cli/releases/latest/download/cpln-linux-amd64.tar.gz | tar xz
sudo mv cpln /usr/local/bin/
curl -L https://github.com/controlplane-com/cpln-cli-flow/releases/latest/download/cpflow-linux-amd64.tar.gz | tar xz
sudo mv cpflow /usr/local/bin/
cpln auth token "${{ env.CPLN_TOKEN }}"

- name: Get PR Number for Push Event
if: github.event_name == 'push'
id: get-pr
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /