Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albarmo authored Feb 3, 2024
1 parent 01df0a7 commit c5a015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

runs-on: ubuntu-latest

if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'

strategy:
matrix:
Expand All @@ -32,4 +32,4 @@ jobs:
remote_path: /var/www/my-app/
remote_host: [email protected]
remote_user: ubuntu
remote_key: "${{ secrets.SSH_PRIVATE_KEY }}"
remote_key: "${{ secrets.SSH_PRIVATE_KEY }}"

0 comments on commit c5a015d

Please sign in to comment.