Hi everyone,
I'm trying to build a pipeline to deploy our Ionic 4 Beta project to browsers and I'm running into an odd issue. The angular.json file specifies that outputPath has been defined as a 'www' folder. This folder isn't being generated so I don't get any output when ionic build is executed. Here's my yaml:
image: node:10.12
pipelines:
default:
- step:
caches: - node
script: # Modify the commands below to build your repository.
- npm install -g ionic
- npm install
- ionic build --prod
- step:
name: Deploy to S3
deployment: test
image: atlassian/pipelines-awscli
script: - aws s3 sync --delete . s3://my-bucket-name
Realized that I missed adding artifacts to a yaml. Added that now I'm in business
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.