Skip to content

Commit

Permalink
Merge pull request #105 from smartcar/update-aws-docker-integration
Browse files Browse the repository at this point in the history
Update aws docker integration
  • Loading branch information
aytekin-smartcar authored Feb 17, 2023
2 parents 118b673 + d3b1048 commit 9ce9bad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .buddy/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
actions:
- action: 'Deploy to GitHub packages'
type: 'BUILD'
region: 'us-west-2'
docker_image_name: 'smartcar/base'
docker_image_tag: '14'
docker_image_name: 'node'
docker_image_tag: '14.21.2'
execute_commands:
- 'npm ci'
- 'npx semantic-release'
volume_mappings:
- '/:/buddy/clutch-assert'
cache_base_image: true
shell: 'BASH'
integration_hash: '3DmJqAMrlNbWp9nJdyg5Kx2n6z'
6 changes: 2 additions & 4 deletions .buddy/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
actions:
- action: 'Build dependencies'
type: 'BUILD'
region: 'us-west-2'
docker_image_name: 'smartcar/base'
docker_image_tag: '14'
docker_image_name: 'node'
docker_image_tag: '14.21.2'
execute_commands:
- 'npm ci --ignore-scripts'
- 'npm rebuild'
Expand All @@ -28,4 +27,3 @@
- '/:/buddy/clutch-assert'
cache_base_image: true
shell: 'BASH'
integration_hash: '3DmJqAMrlNbWp9nJdyg5Kx2n6z'

0 comments on commit 9ce9bad

Please sign in to comment.