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 cc5cbb3 commit 8d774a7Copy full SHA for 8d774a7
.github/workflows/deploy.yml
@@ -45,6 +45,12 @@ 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 }}
53
54
- name: Deploy to Valyent
55
run: |
56
valyent deploy --no-build \
0 commit comments