エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
vue-cli-3で作成したアプリを、bitbucket pipelinesでS3にデプロイする方法 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
vue-cli-3で作成したアプリを、bitbucket pipelinesでS3にデプロイする方法 - Qiita
image: node:10.15.3 pipelines: branches: master: - step: name: Build caches: - node script: # Mod... image: node:10.15.3 pipelines: branches: master: - step: name: Build caches: - node script: # Modify the commands below to build your repository. - yarn - yarn run build --mode staging artifacts: -dist/** - step: name: Deploy to S3 deployment: staging script: - pipe: atlassian/aws-s3-deploy:0.4.1 variables: AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY AWS_DEF