Skip to content

Commit

Permalink
ci: add test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa committed Dec 8, 2023
1 parent f230e7c commit 1d8d5a7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy test

on:
push:
branches:
- deploy_s3
jobs:
test-build-and-deploy-s3:
uses: ./.github/workflows/test-build-and-deploy-to-s3.yml
with:
flow: deploy-staging
configuration: staging
secrets:
aws-region: ${{ secrets.AWS_REGION }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
s3-bucket-name: ${{ secrets.S3_BUCKET_NAME }}
cloudflare-zone: ${{ secrets.CLOUDFLARE_ZONE }}
cloudflare-token: ${{ secrets.CLOUDFLARE_TOKEN }}

0 comments on commit 1d8d5a7

Please sign in to comment.