Fix github staging workflow

This commit is contained in:
Thiago Youssef 2022-03-29 15:49:49 +03:00
parent 6a8b50d72e
commit f93286c2e6

View file

@ -143,7 +143,9 @@ jobs:
chmod 0600 kubeconfig chmod 0600 kubeconfig
- name: Install Open VPN - name: Install Open VPN
run: sudo apt-get install openvpn run: |
sudo apt-get update
sudo apt-get install openvpn
- name: Deploy from remote server - name: Deploy from remote server
timeout-minutes: 5 timeout-minutes: 5