Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy into aws EC2 #15

Open
tahaYassineM opened this issue Apr 19, 2021 · 0 comments
Open

deploy into aws EC2 #15

tahaYassineM opened this issue Apr 19, 2021 · 0 comments

Comments

@tahaYassineM
Copy link

i am using aws ec2 to deploy my code, and i wanna do it with pipeline CI/CD on azure devops.
any ideas how to deploy into aws.
how to know those credentials in the script: $DEPLOYMENT_USERNAME, $DEPLOYMENT_PASSWORD and $DEPLOYMENT_URL
script: |
git push -f "https://$DEPLOYMENT_USERNAME:$DEPLOYMENT_PASSWORD@$DEPLOYMENT_URL" HEAD:master
env:
DEPLOYMENT_URL: $(DEPLOYMENT_URL)
DEPLOYMENT_USERNAME: $(DEPLOYMENT_USERNAME)
DEPLOYMENT_PASSWORD: $(DEPLOYMENT_PASSWORD)
displayName: 'LocalGit Deploy'

@tahaYassineM tahaYassineM changed the title deploy into awc EC2 deploy into aws EC2 Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant