Skip to content

Commit

Permalink
:wrecnh: ec2 pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelProgrammer committed Sep 29, 2024
1 parent ca667b1 commit 5ae9f1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push-to-EC2
on:
push:
branches:
- main
- developer
jobs:
deploy:
name: Deploy to EC2
Expand All @@ -18,4 +18,7 @@ jobs:
SOURCE: "./"
REMOTE_HOST: ${{secrets.REMOTE_HOST}}
REMOTE_USER: ${{secrets.REMOTE_USER}}
TARGET: ${{secrets.TARGET_DIR}}
TARGET: ${{secrets.TARGET_DIR}}



0 comments on commit 5ae9f1b

Please sign in to comment.