Skip to content

Commit

Permalink
Create deploy-pixel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Jan 25, 2024
1 parent 8cd2756 commit 597fbb3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/deploy-pixel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Deploy Pixel Tracker Sandbox

on:
push:
branches: [ pixel ]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Bitovi's Deploy Pixel Tracker
- id: deploy
name: Deploy
uses: bitovi/github-actions-deploy-pixel-tracker@fix-long-term-storage
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX}}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX}}

# tf_stack_destroy: true
tf_state_bucket_destroy: true

aws_ec2_instance_type: t3.small

aws_domain_name: bitovi-sandbox.com

0 comments on commit 597fbb3

Please sign in to comment.