Skip to content
Lukas Deutz edited this page Apr 21, 2020 · 3 revisions

Deploy

For Github Pages, use any of the available Github Actions on the marketplace.

For AWS S3, use any of the available Github Actions on the marketplace or use our own deployment workflow for S3 wirecard/s3-deploy.

For other platforms, simply search the marketplace for a solution.

This repository uses the official AWS CLI action provided by Amazon and a custom deploy script. You can find the configuration here.

AWS S3

In order to use any deploy action for AWS S3, you need the following secrets set in your repository.

Secrets

For the deployment to S3, some environment variables must be supplied:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • AWS_S3_BUCKET

If using the AssumeRole functionality for the AWS CLI action:

  • AWS_ROLE_TO_ASSUME
Clone this wiki locally