This repository was archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 148
Refactor circleci config #1524
Merged
4p00rv
merged 74 commits into
binary-com:development
from
afshin-paydar:afshin/refactor_circleci_config
Apr 10, 2020
Merged
Refactor circleci config #1524
Changes from all commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
b77c34c
Merge pull request #1492 from binary-com/development
ashkanx 5c36fa9
Merge pull request #1496 from binary-com/development
oskar-binary a253ad1
Merge pull request #1500 from binary-com/development
oskar-binary 45c5430
Revert "V20191104_0"
oskar-binary 978123a
Merge pull request #1501 from binary-com/revert-1500-development
oskar-binary 0b33588
Revert "Revert "V20191104_0""
oskar-binary 49952c7
Merge pull request #1502 from binary-com/revert-1501-revert-1500-deve…
oskar-binary 26eae84
move build to circleci (#1505)
4p00rv 72293a5
add circleci and config to theirs
mustofa-binary ce18b0b
Merge pull request #1517 from mustofa-binary/development
oskar-binary 7e67e9e
edit: disabled docker build and k8s deploy
shudarshon-deriv 67b1331
edit: testing artifact storing configuration
shudarshon-deriv a1382b8
edit: edited project build command
shudarshon-deriv b55291b
edit: edited artifact path
shudarshon-deriv 57c200e
using artifact path as compressed static content
shudarshon-deriv 083d00b
edit: added artifact compression step
shudarshon-deriv e67bc1f
edit: added artifact moving step
shudarshon-deriv eddee1c
edit: edited artifact name and desitnation configuration
shudarshon-deriv 2bd2fd0
add: added artifact upload to s3 step
shudarshon-deriv 7fe1283
edit: added circle ci project name in s3 upload url
shudarshon-deriv c5df571
test: testing environment variable integration
shudarshon-deriv 63ac8cb
testing circle ci variable
shudarshon-deriv ed15ef4
edit: edited orb alias and removed unwanted artifact configuration
shudarshon-deriv f7e514c
add: added commit-id/checksum as an added information regarding artficat
shudarshon-deriv dab9041
edit: testing circle ci config with singel step artifact upload
shudarshon-deriv 5cddd6b
fix: fix s3 copy error in pipeline script
shudarshon-deriv e396bea
disabled checksum calculation and enabled commit id as artifact id
shudarshon-deriv a301d60
edit: enabled commit id upload as a jobs step
shudarshon-deriv 3baa4fa
edit: uploading checksum instead of commit id
shudarshon-deriv 29e49d7
add: add cron script for deployment
shudarshon-deriv f7f9823
changed access settings in aws
shudarshon-deriv d3d4bf2
edit: enabled all job steps to execute
shudarshon-deriv 308d640
remove: removed unnecesary deployment script
shudarshon-deriv b308cc8
edit: using circle ci context variable instead of project based envva…
shudarshon-deriv 4a2eced
test: testing s3 upload with metadata integration
shudarshon-deriv 6b84fc0
test: testing s3 orb metadata
shudarshon-deriv 2a89ddc
test: testing circleci orb metadata integration
shudarshon-deriv eb81cf7
test: testing circleci orb metadata integration
shudarshon-deriv 7c68a91
test: testing bash variable integration with s3 orb metadata
shudarshon-deriv 80a413d
test: using BASH_ENV to retrieve bash environment value in pipeline
shudarshon-deriv b38b8e5
test: using to retrieve bash environment value in pipeline
shudarshon-deriv b3c722a
test: testing with commit id as artifact id
shudarshon-deriv 474404d
add: tagging commit id as artifact identifier
shudarshon-deriv 3305c0a
edit: edited context name
shudarshon-deriv 4ba0903
Merge pull request #1518 from shudarshon-binary/master
4p00rv 94b9fbd
Added .gitlab-ci.yml to exception in gh-pages clean script
msamprz db9d7c4
Merge branch 'development' into 'master'
fbb5d76
Add docker image to release with latest tag
87daab1
Merge pull request #1519 from afshinpaydar-binary/Add_latest_tag_to_d…
4p00rv 8efde02
revert: Gitlab CI config exception in `clean`
msamprz ab1ba21
Merge pull request #1521 from mahdipourziaei-binary/master
oskar-binary 086338d
multi cluster release (#1520)
Mahboobeh-binary 1ac5001
add missing context (#1523)
Mahboobeh-binary 8a813e6
refactor_circleci_config
5ff0ad6
refactor_circleci_config
fc375cc
refactor_circleci_config
7fc46b8
fix build error
b4c77f5
refactor_circleci_config
785e1d1
refactor_circleci_config
6dd2173
refactor_circleci_config
1996da2
refactor_circleci_config#1
6ab3ef0
refactor_circleci_config#2
9218df2
refactor_circleci_config#3
775dc17
refactor_circleci_config#4
2c1ace6
refactor_circleci_config#5
3f02bec
refactor_circleci_config#6
54bcb12
refactor_circleci_config#7
4d5acf8
refactor_circleci_config#8
ff6a31c
refactor_circleci_config
f8c248f
refactor_circleci_config
8bbc2e8
dynamic nginx location
565bef1
remove test workflow
29bf41b
change npm install to watch package-lock.json
ce2c462
change cache key checksum
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| ARG NGINX_LOCATION=/usr/share/nginx/html/beta | ||
| FROM nginx:alpine | ||
| COPY ./dist/compressed /usr/share/nginx/html/beta | ||
| ARG NGINX_LOCATION | ||
| COPY ./dist/compressed $NGINX_LOCATION | ||
| COPY ./default.conf /etc/nginx/conf.d/default.conf | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to dynamic based on type of release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dockerfile changed to dynamically load nginx location.