Skip to content

Commit

Permalink
Updated publish.yml to fix indenting. (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic authored Dec 12, 2024
1 parent 5a45fba commit 681c4da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/upload_to_S3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
environment:
type: environment
description: The environment to deploy to.
workflow_dispatch:
inputs:
environment:
type: environment
description: The environment to deploy to.

jobs:
detect-environments:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Save to S3
run: |
aws s3 sync ./collection s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/collection
aws s3 sync ./pipeline s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/pipeline
aws s3 sync ./pipeline s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/pipeline

0 comments on commit 681c4da

Please sign in to comment.