Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Conversation

@shudarshon-deriv
Copy link
Contributor

No description provided.

@shudarshon-deriv shudarshon-deriv changed the title enabled artifact and artifact checksum upload steps in circleci shudarshon.chaks/enabled artifact and artifact checksum upload steps in circleci Feb 4, 2020
- npm_install
- build
- compress
- upload_artifact
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- upload_artifact
# Uploading the built code to s3 to create a backup of key services separate from Kubernetes deployment.
- upload_artifact

Adding a comment to let the future developers know of the reason for this.

deploy/cron.sh Outdated
@@ -0,0 +1,26 @@
#!/usr/bin/env bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shudarshon-binary I don't think we need this file in the repo.

name: "Compress"
command: |
pushd dist/compressed/
tar -cvf artifact.tar *

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we compress the tar file? it needs z for zip.

@4p00rv 4p00rv merged commit 4ba0903 into binary-com:master Feb 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants