File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 zone : ' us-east1-b'
3939 ssh_private_key : ' ${{ secrets.GCP_SSH_PRIVATE_KEY }}'
4040 user : ga
41- command : sudo -i sh -c 'cd pokeapi && nohup make update-graphql-v1beta-data-prod & '
41+ command : sudo -i sh -c 'cd pokeapi && make update-graphql-v1beta-data-prod'
4242 - name : ' Display update output'
4343 run : |-
4444 echo '${{ steps.compute-ssh.outputs.stdout }}'
Original file line number Diff line number Diff line change 2020 run : |-
2121 echo "$GCP_STAGING_GRAPHQL1_VM_SSH_PRIVATE_KEY" > pk.key
2222 chmod 400 pk.key
23- ssh -o StrictHostKeyChecking=no -i pk.key ga@35.237.228.138 "sudo -i sh -c 'cd pokeapi && nohup make update-graphql-data-prod & '"
23+ ssh -o StrictHostKeyChecking=no -i pk.key ga@35.237.228.138 "sudo -i sh -c 'cd pokeapi && make update-graphql-data-prod'"
2424 shell : bash
2525 env :
2626 GCP_STAGING_GRAPHQL1_VM_SSH_PRIVATE_KEY : ${{secrets.GCP_STAGING_GRAPHQL1_VM_SSH_PRIVATE_KEY}}
You can’t perform that action at this time.
0 commit comments