mirror of
https://github.com/yeslayla/zappa-deploy-action.git
synced 2025-12-06 17:23:23 +01:00
Compare commits
4 Commits
v0.1.0
...
boxnet-deb
| Author | SHA1 | Date | |
|---|---|---|---|
| a1a4265936 | |||
| 34cc44be1a | |||
| 9146f7a76e | |||
| 98fee51abc |
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# Move to project directory
|
||||
cd $1
|
||||
cd $GITHUB_WORKSPACE/$1
|
||||
|
||||
# Config AWS profile
|
||||
mkdir -p ~/.aws
|
||||
@@ -19,6 +19,15 @@ source ./.venv/bin/activate
|
||||
|
||||
# Install requirements
|
||||
pip install zappa
|
||||
|
||||
echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
|
||||
echo " DEBUG"
|
||||
echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
|
||||
pwd
|
||||
whoami
|
||||
echo "Objects in dir: `ls`"
|
||||
echo "WORKSPACE: ${GITHUB_WORKSPACE}"
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user