entrecode/Frontend deploy action

downloads artifact and deploys to AWS s3

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 24, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: entrecode/action.frontend-deploy@4dbf7465dbfdbf726c78df9ec0b82ef50dae533c # v12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
AWS_ACCESS_KEY_IDAWS_ACCESS_KEY_ID secretyes
AWS_SECRET_ACCESS_KEYAWS_SECRET_ACCESS_KEY secretyes
bucket_namebuild.outputs.bucket_nameyes
USE_S3_ROOT_FOLDERwhen true the build output will be deployed to the root folder of the s3 bucket identified by bucket_name, otherwise the build output will be deployed to the folder identified by bucket_name into ec-admins bucketnofalse
SLACK_TOKENslack tokenno""
SLACK_CHANNELslack channelno""
versionversion of build outputno""
DSB_LAYER_AUTH_PASSWORDpassword for authentication (dsb-layer)no""
CLOUDFRONT_DISTRIBUTION_IDCloudFront distribution ID to invalidate when USE_S3_ROOT_FOLDER is trueno""

no outputs