Skip to content

Commit

Permalink
use the custom stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Aug 1, 2023
1 parent 762b7f2 commit 606a42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/postgres/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ custom:
scriptable:
hooks:
before:package:createDeploymentArtifacts: yarn build
before:deploy:finalize: node scripts/uploadScripts.js ${self:provider.stage}
before:deploy:finalize: node scripts/uploadScripts.js ${self:custom.stage}

package:
individually: true
Expand Down

0 comments on commit 606a42c

Please sign in to comment.