mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-10 13:43:56 +00:00
9 lines
83 B
Bash
Executable file
9 lines
83 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
echo 'Building template...'
|
|
|
|
sam build
|
|
|
|
echo ''
|
|
|
|
sam deploy --guided
|