-
Notifications
You must be signed in to change notification settings - Fork 1
Deploy
Lukas Deutz edited this page Apr 21, 2020
·
3 revisions
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.
In order to use any deploy action for AWS S3, you need the following secrets set in your repository.
For the deployment to S3, some environment variables must be supplied:
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_REGIONAWS_S3_BUCKET
If using the AssumeRole functionality for the AWS CLI action:
AWS_ROLE_TO_ASSUME