Skip to content

Commit

Permalink
typing is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Aug 1, 2023
1 parent 56ee3c6 commit 6ee5e20
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 @@ -203,8 +203,8 @@ resources:
sudo chmod +x /usr/local/bin/vm-startup.sh
sudo chmod +x /usr/local/bin/vm-shutdown.sh
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,SLACK_WEBHOOK,${self:custom.slackWebhookUrl},g" vm-startup.sh
sudo sed -i "s,SLACK_WEBHOOK,${self:custom.slackWebhookUrl},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

Expand Down

0 comments on commit 6ee5e20

Please sign in to comment.