Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jul 14, 2024
1 parent 275bf36 commit 8b5fc4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
uses: gacts/github-slug@v1
id: slug

- name: Show current workdir
run: ls

- name: Deploy to deployment host
run: rsync -a --delete site-build/ production:/usr/share/nginx/jb3.dev-staging/${{ steps.slug.outputs.branch-name-slug }}

Expand Down

0 comments on commit 8b5fc4a

Please sign in to comment.