Skip to content
Snippets Groups Projects
Commit dc6ebb48 authored by JunGu Kang's avatar JunGu Kang
Browse files

#36 Fix GitLab CI Configuration

parent cce27b8d
Branches
No related tags found
2 merge requests!37Deploy,!32#36 Add GitLab CI S3 Deploy Script
Pipeline #4354 failed
default:
image: node:latest image: node:latest
cache: cache:
paths: paths:
- node_modules/ - node_modules/
before_script: before_script:
- npm install - npm install
...@@ -30,7 +31,7 @@ build: ...@@ -30,7 +31,7 @@ build:
deployToS3: deployToS3:
stage: deploy stage: deploy
dependencies: dependencies:
- job-build - build
before_script: before_script:
- curl "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - curl "https://d1vvhvl2y92vvt.cloudfront.net/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip - unzip awscliv2.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment