mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +02:00
Fix github staging workflow
This commit is contained in:
parent
6a8b50d72e
commit
f93286c2e6
1 changed files with 5 additions and 3 deletions
4
.github/workflows/build_deploy_staging.yml
vendored
4
.github/workflows/build_deploy_staging.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue