20
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-19 00:12:23 +03:00
parent 1113aaf3b6
commit 6276b81864

View File

@@ -95,7 +95,9 @@ jobs:
fi fi
- name: Install envsubst - name: Install envsubst
run: sudo apt-get install -y gettext-base run: curl -L https://github.com/a8m/envsubst/releases/download/v1.2.0/envsubst-`uname -s`-`uname -m` -o envsubst \
&& chmod +x envsubst \
&& sudo mv envsubst /usr/local/bin
- name: Deploy to Swarm - name: Deploy to Swarm
env: env: