Skip to content

Instantly share code, notes, and snippets.

@tarun-nagpal-github
Last active September 27, 2020 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarun-nagpal-github/b1ce960265e85e5b3b5f21269b23a067 to your computer and use it in GitHub Desktop.
Save tarun-nagpal-github/b1ce960265e85e5b3b5f21269b23a067 to your computer and use it in GitHub Desktop.
before_deploy.yml
before_deploy: "echo 'I am ready to deploy to S3 Bucket'"
deploy:
access_key_id: $access_key_id
bucket: build.realmelon.com
local_dir: out/build/source
provider: s3
region: eu-central-1
secret_access_key: $secret_access_key
skip_cleanup: true
on:
all_branches: true
upload-dir: realmelon/develop
after_deploy: "echo 'I done with the deploy to S3 Bucket. Please check the Logs'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment