We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4db56 commit 6a08d4bCopy full SHA for 6a08d4b
1 file changed
.github/workflows/prod.yml
@@ -34,6 +34,6 @@ jobs:
34
key: ${{ secrets.SERVER_SSH_KEY }}
35
port: ${{ secrets.SERVER_PORT }}
36
script: |
37
- cd /opengeoworks
+ cd /opengeoworks/production
38
docker compose pull autoplan-api
39
docker compose up --build -d autoplan-api
0 commit comments