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

Migrate to ECS environment #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Migrate to ECS environment #93

wants to merge 1 commit into from

Conversation

ShotaKitazawa
Copy link
Member

@ShotaKitazawa ShotaKitazawa commented Apr 14, 2024

  • ECS 移行に伴い GitHub Actions からの push 先 ECR repository を更新
    • dev, stage (us-west-2): ECS から us-west-2 の ECR private repo へ VPC Endpoint 越しに image pull
      • seaman は prod でのみ動作予定
    • prod (ap-northeast-1): ECS から ap-northeast-1 の ECR private repo へ VPC Endpoint 越しに image pull
  • TODO: ECS 移行に伴う gitops Action の更新

@ShotaKitazawa ShotaKitazawa self-assigned this Apr 14, 2024
type=ref,event=branch

- id: get-tag
run: |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[actionlint] reported by reviewdog 🐶
workflow command "set-output" was deprecated. use echo "{name}={value}" >> $GITHUB_OUTPUT instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]

type=ref,event=branch

- id: get-tag
run: |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[actionlint] reported by reviewdog 🐶
workflow command "set-output" was deprecated. use echo "{name}={value}" >> $GITHUB_OUTPUT instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant