Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcl authored Aug 25, 2024
1 parent 920fc2f commit 8e7306a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jobs:
- name: make
run: make all
- name: upload
env:
password: ${{ secrets.JOSEPH_PASSWORD }}
user: ${{ secrets.JOSEPH_USER }}
ip: ${{ secrets.JOSEPH_IP }}
run: |
ls -al
sshpass -p $(GITHUB_JOSEPH_PASSWORD) scp markov-wasm $(GITHUB_JOSEPH_USER)@$(GITHUB_JOSEPH_IP):/var/www/joseph.computer/github-artifact
sshpass -p $(password) scp markov-wasm $(user)@$(ip):/var/www/joseph.computer/github-artifact
# - name: test
# run: ./main programs/1.2.6.a

0 comments on commit 8e7306a

Please sign in to comment.