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