setting up ssl
This commit is contained in:
10
post-receive
Executable file
10
post-receive
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Go to deployment directory
|
||||
|
||||
# Pull latest changes from remote repository
|
||||
|
||||
# Start docker applications
|
||||
docker compose up -d helloworld
|
||||
docker compose up -d nginx
|
||||
docker compose up -d certbot
|
||||
Reference in New Issue
Block a user