Skip to content

Commit

Permalink
Fix production build
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk committed Jan 14, 2024
1 parent 688bc48 commit 3a149f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:

- name: Deploy main to production
run: |
nix-shell -p rsync --run 'rsync -rtc public/ [email protected]:/home/website/testing/var/www'
nix-shell -p rsync --run 'rsync -rtc public/ [email protected]:/home/website/production/var/www'

0 comments on commit 3a149f4

Please sign in to comment.