Add server actions encryption key

This commit is contained in:
2025-12-10 09:52:48 +00:00
parent 1ec7bf4ef2
commit 0f21b271bc
2 changed files with 21 additions and 15 deletions

View File

@@ -93,6 +93,8 @@
- /home/matt/public/apps:/app/public/apps
ports:
- "3000:3000"
env:
NEXT_SERVER_ACTIONS_ENCRYPTION_KEY: "{{ secrets.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY }}"
state: started
- name: Start Apptabulous website