Closed
Description
I have a mono repo project and a separate directory that contains the serverless yaml file. Is there a way to set the directory to execute from in the github action.
I tried doing something like this:
- name: Navigate to serverless
run: cd serverless
- name: Serverless Deploy
uses: serverless/github-action@master
with:
args: deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
but without any luck.
Metadata
Metadata
Assignees
Labels
No labels