update build, add AWS settings

This commit is contained in:
Peter Rounce 2023-01-27 18:25:00 +00:00
parent 0e3895a1f2
commit 5af715f553
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,8 @@
cd createboltcard
go build
cd ../wipeboltcard
go build
cd ..
go build
sudo cp boltcard.service /etc/systemd/system/boltcard.service
sudo systemctl daemon-reload