Skip to content
Snippets Groups Projects
Commit adfa5041 authored by Laura, Jason R's avatar Laura, Jason R
Browse files

Update .gitlab-ci.yml file

parent 76c28a92
No related branches found
No related tags found
No related merge requests found
stages:
- build
- deploy
variables:
GIT_SSL_NO_VERIFY: 1
GIT_SUBMODULE_STRATEGY: recursive
build:
stage: build
image: code.chs.usgs.gov:5001/asc/stac_browser_deploy
script:
- npm install
- npm run build
artifacts:
paths:
- dist
deploy:
stage: deploy
image: usgsastro/aws-cli:latest
dependencies:
- build
script:
- aws s3 sync --delete dist s3://asc-stacbrowser/geostac/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment