Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

S3 にデプロイするためのGitHub Actionを追加 #140

Open
wants to merge 4 commits into
base: dev-hamamatsu
Choose a base branch
from
Open

S3 にデプロイするためのGitHub Actionを追加 #140

wants to merge 4 commits into from

Conversation

euledge
Copy link
Collaborator

@euledge euledge commented Apr 14, 2020

S3 にデプロイするためのGitHub Actionを追加

👏 解決する issue / Resolved Issues

📝 関連する issue / Related Issues

  • S3関連の環境用意 #135
    上記Issueで以下の作業が必要
  • GitHubにAWS_S3_DEPLOY_ACCESS_KEY_ID、AWS_S3_DEPLOY_SECRET_ACCESS_KEY, AWS_S3_BUCKET_DEVELOPの変数設定
  • S3にバケットの作成

⛏ 変更内容 / Details of Changes

  • もともと用意されていた develop.ymlをS3デプロイ向けに修正

📸 スクリーンショット / Screenshots

branch: production
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: ''
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

とりあえず後から入れるつもりで空にしてるけど、これもSecretsにいれちゃえばいいかな?

Copy link
Member

Choose a reason for hiding this comment

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

取り急ぎSecretsいじれる権限つけておきました〜
S3側の環境はもう少しお待ち下さいmm

@euledge euledge marked this pull request as ready for review April 21, 2020 17:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

本サイトのデプロイ先をNetlifyからAWSに移行する
2 participants