Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Aug 1, 2023
1 parent 71b7e6f commit 56ee3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/postgres/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ resources:
sudo chmod +x /etc/systemd/system/notify-slack.service
sudo sed -i "s,SLACK_WEBHOOK,${self:custom.slackWebookUrl},g" vm-startup.sh
sudo sed -i "s,SLACK_WEBHOOK,${self:custom.slackWebookUrl},g" vm-shutdown.sh
sudo sed -i "s,STAGE,${self:custom.stage,g" vm-startup.sh
sudo sed -i "s,STAGE,${self:custom.stage,g" vm-shutdown.sh
sudo sed -i "s,STAGE,${self:custom.stage},g" vm-startup.sh
sudo sed -i "s,STAGE,${self:custom.stage},g" vm-shutdown.sh

PgVMIAMRole:
Type: AWS::IAM::Role
Expand Down

0 comments on commit 56ee3c6

Please sign in to comment.