Skip to content

Commit 8d774a7

Browse files
author
Alexis Bouchez
committed
add valyent login
1 parent cc5cbb3 commit 8d774a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
- name: Install Valyent CLI
4646
run: curl -L https://cli.valyent.cloud | sh
4747

48+
- name: Source Valyent CLI
49+
run: source /home/runner/.bash_profile
50+
51+
- name: Authenticate Valyent CLI
52+
run: valyent login --api-key ${{ secrets.VALYENT_API_KEY }} --organization ${{ secrets.VALYENT_ORG }}
53+
4854
- name: Deploy to Valyent
4955
run: |
5056
valyent deploy --no-build \

0 commit comments

Comments
 (0)