Skip to content

Commit

Permalink
remove checkout from deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotcestari committed Jun 13, 2024
1 parent c5a326b commit 15a5452
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,17 @@ jobs:
app:
- {
name: 'next-auth',
path: 'apps/next-auth/dist/',
path: './apps/next-auth/dist/',
remote_path: '/var/www/guias/next-auth/',
}
- {
name: 'teste',
path: 'apps/teste/dist/',
path: './apps/teste/dist/',
remote_path: '/var/www/guias/teste/',
}
# Add more apps as needed

steps:
- uses: actions/checkout@v4

- name: Deploy with rsync
uses: burnett01/[email protected]
with:
Expand Down

0 comments on commit 15a5452

Please sign in to comment.