Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
feat: tmp upload artifacts to s3 and blob storage
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed Feb 27, 2024
1 parent b4303d3 commit 20e0688
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .github/workflows/post-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,31 @@ jobs:
- name: Create tags
# TODO: SSH Key required for signing
run: make multimod-push-tags
run: make multimod-push-tags

# upload:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# - name: Download artifacts
# uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
# with:
# name: artifacts
# path: dist

# # TODO unzip the cloudformation file
# - uses: shallwefootball/s3-upload-action@master
# name: Upload Cloudformation file to S3
# with:
# aws_key_id: ${{ secrets.AWS_KEY_ID }}
# aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
# aws_bucket: ${{ secrets.AWS_BUCKET }}
# source_dir: 'dist/aws-cloudformation-v0.6.0.tar.gz'

# - uses: bacongobbler/azure-blob-storage-upload@main
# name: Upload TemplateSpecs to Azure Blob Storage
# with:
# source_dir: 'dist/vmclarity-UI.json'
# container_name: <storage account container name>

0 comments on commit 20e0688

Please sign in to comment.