https://github.com/raayan/website
simple
https://github.com/raayan/website
Last synced: 4 months ago
JSON representation
simple
- Host: GitHub
- URL: https://github.com/raayan/website
- Owner: raayan
- Created: 2022-09-03T20:10:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T02:24:21.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T15:02:12.039Z (over 1 year ago)
- Language: Rust
- Size: 9.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# website
simple
## maybe not so
```bash
trunk build --release
ssh $HOST 'rm /var/www/website/web_test*'
scp dist/* $HOST:/var/www/website/
```