mirror of
https://github.com/yeslayla/zappa-deploy-action.git
synced 2025-01-13 12:33:42 +01:00
Use github workspace
This commit is contained in:
parent
5ff6a5fc69
commit
98fee51abc
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# Move to project directory
|
||||
cd $1
|
||||
cd $GITHUB_WORKSPACE/$1
|
||||
|
||||
# Config AWS profile
|
||||
mkdir -p ~/.aws
|
||||
|
Loading…
Reference in New Issue
Block a user