Skip to content

Instantly share code, notes, and snippets.

@AdrienLemaire
Last active February 4, 2019 09:28
Show Gist options
  • Save AdrienLemaire/16ce7ca851b996f3cf32dd421d80b8e4 to your computer and use it in GitHub Desktop.
Save AdrienLemaire/16ce7ca851b996f3cf32dd421d80b8e4 to your computer and use it in GitHub Desktop.
before_deploy:
- |
cd $HOME/build/miraidenshi/gounite/
cp -R Backend/screenshots artifacts/ # Behave
cp -R Frontend/backstop_data artifacts/ # Backstop
deploy:
provider: gcs
access_key_id: GAORFALERRDDAL3T
secret_access_key:
secure: afsdfd
bucket: project-artifacts
skip_cleanup: true
acl: public-read
local-dir: artifacts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment