We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d774a7 commit 870e16cCopy full SHA for 870e16c
.github/workflows/deploy.yml
@@ -45,14 +45,11 @@ jobs:
45
- name: Install Valyent CLI
46
run: curl -L https://cli.valyent.cloud | sh
47
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 }}
+ run: ~/.valyent/bin/valyent login --api-key ${{ secrets.VALYENT_API_KEY }} --organization ${{ secrets.VALYENT_ORG }}
53
54
- name: Deploy to Valyent
55
run: |
56
- valyent deploy --no-build \
+ ~/.valyent/bin/valyent deploy --no-build \
57
--organization ${{ secrets.VALYENT_ORG }} \
58
--fleet ${{ secrets.VALYENT_APP }}
0 commit comments