Skip to content

Commit d7933ee

Browse files
authored
ci: restart policy must be always on deployment (#435)
1 parent d5d5944 commit d7933ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/container-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
echo "COMPOSE_PATH_SEPARATOR=;" >> .env
134134
echo "COMPOSE_FILE=docker-compose.yml;docker/prod.yml" >> .env
135135
echo "DOCKER_TAG=sha-${{ github.sha }}" >> .env
136+
echo "RESTART_POLICY=always" >> .env
136137
137138
# Neo4j configuration
138139
echo "NEO4J_server_memory_heap_initial__size=3G" >> .env

0 commit comments

Comments
 (0)