ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
318 B

  1. #!/bin/sh
  2. # A sample post-deploy hook
  3. #
  4. # These environment variables are available:
  5. # KAMAL_RECORDED_AT
  6. # KAMAL_PERFORMER
  7. # KAMAL_VERSION
  8. # KAMAL_HOSTS
  9. # KAMAL_ROLE (if set)
  10. # KAMAL_DESTINATION (if set)
  11. # KAMAL_RUNTIME
  12. echo "$KAMAL_PERFORMER deployed $KAMAL_VERSION to $KAMAL_DESTINATION in $KAMAL_RUNTIME seconds"