mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
Refresh again (#2317)
* refresh and push zip * push refresh name layers script * don't git-add the scm * grr Former-commit-id: 397cdfd243810e8c17575a77f712417414c3ca76
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
OLDPATH=$(pwd)
|
||||
cd scripts/refresh_name_layers
|
||||
bundle install
|
||||
rm refresh_name_layers.zip
|
||||
zip -r refresh_name_layers.zip refresh_name_layers.rb vendor
|
||||
aws lambda update-function-code \
|
||||
--function-name NameRefresher \
|
||||
--zip-file fileb://refresh_name_layers.zip
|
||||
cd $OLDPATH
|
||||
Reference in New Issue
Block a user