Create symbolic links for build and deploy scripts

This commit is contained in:
igorkorenfeld 2022-09-15 15:47:24 -04:00
parent c89bb69f46
commit 5888cd48d4
No known key found for this signature in database
GPG key ID: 826947A4B867F659
2 changed files with 2 additions and 0 deletions

1
src/build.sh Symbolic link
View file

@ -0,0 +1 @@
../ops/scripts/build.sh

1
src/deploy.sh Symbolic link
View file

@ -0,0 +1 @@
../ops/scripts/deploy.sh