This commit is contained in:
Morgan 2023-11-08 16:26:15 +09:00
parent a16d99a2e9
commit 6bdd6dcdcf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
cd /srv/blog cd /srv/blog
git fetch git fetch
git reset --hard origin/master git reset --hard origin/main
./scripts/build.sh ./scripts/build.sh