Remove old files on push
All checks were successful
Build and deploy website / build (push) Successful in 23s
Build and deploy website / deploy (push) Successful in 1s

This commit is contained in:
Martin Berg Alstad 2024-09-28 15:44:20 +02:00
parent 45889a6e74
commit d1dcae9edc
2 changed files with 2 additions and 1 deletions

View File

@ -36,4 +36,5 @@ jobs:
path: dist path: dist
- name: Move files to server - name: Move files to server
run: | run: |
rm -rf /var/www/beta.martials.no/*
cp -r dist/* /var/www/beta.martials.no cp -r dist/* /var/www/beta.martials.no

View File

@ -2,7 +2,7 @@
"$schema": "https://inlang.com/schema/inlang-message-format", "$schema": "https://inlang.com/schema/inlang-message-format",
"hiIm": "Hei, jeg er", "hiIm": "Hei, jeg er",
"position": "Programvareutvikler", "position": "Programvareutvikler",
"aboutMe": "Noe tull om meg", "aboutMe": "Bunntekst",
"home": "Hjem", "home": "Hjem",
"contactMe": "Kontakt meg", "contactMe": "Kontakt meg",
"myLinks": "Mine lenker", "myLinks": "Mine lenker",