This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user