Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leafac committed Feb 24, 2025
1 parent ff4be1f commit 875b87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# 159.69.13.122:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.5
# 159.69.13.122:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.5
EOF
rsync -a ./kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz [email protected]:kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz
rsync -a ./kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz [email protected]:/mnt/kill-the-newsletter/kill-the-newsletter--ubuntu--${{ github.ref_name }}.tar.gz
ssh [email protected] << "EOF"
mkdir -p /mnt/kill-the-newsletter/kill-the-newsletter/
rm -rf /mnt/kill-the-newsletter/kill-the-newsletter--deploy/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"prepare": "tsc && build",
"start": "nodemon --watch ./package.json --watch ./tsconfig.json --watch ./source/ --watch ./static/ --watch ./configuration/ --ext \"*\" --exec \"npm run prepare && node ./build/index.mjs ./configuration/development.mjs\"",
"test": "npm run prepare && prettier --check ./README.md ./CHANGELOG.md ./package.json ./tsconfig.json ./source/ ./configuration/",
"backup": "rsync -av --delete --progress [email protected]:kill-the-newsletter/data/ /Volumes/leafac--external-storage/Backups/kill-the-newsletter/"
"backup": "rsync -av --delete --progress [email protected]:/mnt/kill-the-newsletter/kill-the-newsletter/ /Volumes/leafac--external-storage/Backups/kill-the-newsletter/"
},
"dependencies": {
"@radically-straightforward/production": "^1.0.33",
Expand Down

0 comments on commit 875b87a

Please sign in to comment.